upgrade packages
This commit is contained in:
@@ -166,12 +166,12 @@ class _MarketEditorState extends State<MarketEditor> {
|
||||
],
|
||||
),
|
||||
actions: <Widget>[
|
||||
new FlatButton(
|
||||
new TextButton(
|
||||
child: LocalText(context, "btn.cancel", color: primaryColor),
|
||||
onPressed: () {
|
||||
Navigator.pop(context);
|
||||
}),
|
||||
new FlatButton(
|
||||
new TextButton(
|
||||
child: LocalText(
|
||||
context,
|
||||
"btn.save",
|
||||
|
||||
Reference in New Issue
Block a user