upgrade packages
This commit is contained in:
@@ -58,7 +58,7 @@ class _DialogInputState extends State<DialogInput> {
|
||||
),
|
||||
),
|
||||
actions: <Widget>[
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: LocalText(
|
||||
context,
|
||||
'btn.cancel',
|
||||
@@ -68,8 +68,9 @@ class _DialogInputState extends State<DialogInput> {
|
||||
_controller.clear();
|
||||
Navigator.of(context).pop();
|
||||
}),
|
||||
FlatButton(
|
||||
color: primaryColor,
|
||||
TextButton(
|
||||
style: TextButton.styleFrom(backgroundColor: primaryColor),
|
||||
// color: primaryColor,
|
||||
child: LocalText(
|
||||
context,
|
||||
'btn.ok',
|
||||
|
||||
Reference in New Issue
Block a user