add two decimal and add confirm dialog if press back button
This commit is contained in:
@@ -74,7 +74,11 @@ class _ProfileEditState extends State<ProfileEdit> {
|
||||
size: 35,
|
||||
color: primaryColor,
|
||||
),
|
||||
onPressed: () => Navigator.of(context).pop(),
|
||||
onPressed: () {
|
||||
showConfirmDialog(context, "back.button_confirm", () {
|
||||
Navigator.of(context).pop();
|
||||
});
|
||||
},
|
||||
),
|
||||
),
|
||||
body: Column(
|
||||
|
||||
Reference in New Issue
Block a user