add mix carton
This commit is contained in:
@@ -112,7 +112,14 @@ class _DeliveryAddressEditorState extends State<DeliveryAddressEditor> {
|
||||
shadowColor: Colors.transparent,
|
||||
title: LocalText(context, 'delivery_address',
|
||||
color: primaryColor, fontSize: 18),
|
||||
actions: [IconButton(icon: Icon(Icons.delete), onPressed: _delete)],
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: Icon(
|
||||
Icons.delete,
|
||||
color: primaryColor,
|
||||
),
|
||||
onPressed: _delete)
|
||||
],
|
||||
),
|
||||
body: Padding(
|
||||
padding: const EdgeInsets.only(left: 10.0, right: 10),
|
||||
|
||||
Reference in New Issue
Block a user