add shipment
This commit is contained in:
@@ -73,7 +73,9 @@ class InputDate extends StatelessWidget {
|
||||
labelText: labelTextKey == null
|
||||
? null
|
||||
: AppTranslations.of(context).text(labelTextKey),
|
||||
labelStyle: languageModel.isEng ? labelStyle : labelStyleMM,
|
||||
labelStyle: languageModel.isEng
|
||||
? newLabelStyle(color: Colors.black54, fontSize: 20)
|
||||
: newLabelStyleMM(color: Colors.black54, fontSize: 20),
|
||||
icon: iconData == null
|
||||
? null
|
||||
: Icon(
|
||||
|
||||
Reference in New Issue
Block a user