Change cancel to back

This commit is contained in:
Hillel Coren 2021-11-12 09:35:54 +02:00
parent 89012baa88
commit b3886ccfae
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ class EditScaffold extends StatelessWidget {
isHeader: true,
isCancelEnabled: isCancelEnabled,
saveLabel: saveLabel,
cancelLabel: localization.back,
onSavePressed: (context) {
// Clear focus now to prevent un-focus after save from
// marking the form as changed and to hide the keyboard