modify text
This commit is contained in:
@@ -227,9 +227,10 @@ class _ProfileState extends State<Profile> {
|
|||||||
_deliveryAddress = deliveryAddress;
|
_deliveryAddress = deliveryAddress;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
label: Text(
|
label: LocalText(context,
|
||||||
getLocalString(context, 'delivery_address.change_address'),
|
'delivery_address.change_address',
|
||||||
style: TextStyle(fontSize: 12),
|
fontSize: 12,
|
||||||
|
color: Colors.white,
|
||||||
),
|
),
|
||||||
backgroundColor: primaryColor,
|
backgroundColor: primaryColor,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user