updated new flutter version
This commit is contained in:
@@ -410,7 +410,7 @@ class MobileEditAddressState extends State<MobileEditAddress> {
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: <Widget>[
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(
|
||||
S
|
||||
.of(context)
|
||||
@@ -428,7 +428,7 @@ class MobileEditAddressState extends State<MobileEditAddress> {
|
||||
.of(context)
|
||||
.are_you_sure_to_delete_the_address),
|
||||
actions: <Widget>[
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(S
|
||||
.of(context)
|
||||
.cancel),
|
||||
@@ -436,7 +436,7 @@ class MobileEditAddressState extends State<MobileEditAddress> {
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
),
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(S
|
||||
.of(context)
|
||||
.yes_i_am_sure),
|
||||
@@ -451,7 +451,7 @@ class MobileEditAddressState extends State<MobileEditAddress> {
|
||||
);
|
||||
},
|
||||
),
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text(
|
||||
S
|
||||
.of(context)
|
||||
|
||||
Reference in New Issue
Block a user