modify dispaly addresses

This commit is contained in:
PhyoThandar
2020-06-30 16:11:58 +06:30
parent 9fc7ef5381
commit 0887ec275f
11 changed files with 76 additions and 48 deletions

View File

@@ -180,7 +180,7 @@ class _BoxEditorState extends State<BoxEditor> {
value: _box.shipmentNumber,
decoration: InputDecoration(
fillColor: Colors.white,
labelText: 'Shipment Number',
labelText: 'FCS Shipment Number',
icon: Icon(Ionicons.ios_airplane,
color: primaryColor)
// prefixIcon: Icon(Icons.play_arrow)
@@ -439,7 +439,7 @@ class _BoxEditorState extends State<BoxEditor> {
onPressed: () {},
icon: Icon(Icons.add),
label: Text(
'Add Shipping\nAddress',
'Select \nAddress',
style: TextStyle(fontSize: 12),
),
backgroundColor: primaryColor,