modify text

This commit is contained in:
PhyoThandar
2020-10-08 16:03:29 +06:30
parent cbe50f3cbf
commit 570a1a2b16

View File

@@ -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,
), ),