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