fix profile

This commit is contained in:
Sai Naw Wun
2020-10-11 02:17:23 +06:30
parent b0ce53f856
commit 32e6be2abd
42 changed files with 938 additions and 626 deletions

View File

@@ -304,7 +304,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
_currVal == 3
? Container(
child: DeliveryAddressRow(
shippingAddress: DeliveryAddress(
deliveryAddress: DeliveryAddress(
fullName: 'FCS Office',
addressLine1: '154-19 64th Ave.',
addressLine2: 'Flushing',
@@ -412,7 +412,7 @@ class _ShipmentEditorState extends State<ShipmentEditor> {
Padding(
padding: const EdgeInsets.only(left: 10.0),
child: DeliveryAddressRow(
shippingAddress: _shippingAddress),
deliveryAddress: _shippingAddress),
),
Container(
padding: EdgeInsets.only(