add length picker
This commit is contained in:
@@ -27,7 +27,7 @@ class DeliveryAddressRow extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
line(context, deliveryAddress.fullName,
|
||||
iconData: MaterialCommunityIcons.account_arrow_left,
|
||||
iconData: MaterialCommunityIcons.account,
|
||||
color: primaryColor,
|
||||
fontSize: 16),
|
||||
line(context, deliveryAddress.phoneNumber,
|
||||
|
||||
Reference in New Issue
Block a user