mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-11 07:38:05 +00:00
formatted all files.
This commit is contained in:
@ -38,10 +38,10 @@ class DiscardDialog {
|
||||
color: ColorsManager.red,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
onDismissText: "Don’t Close",
|
||||
onConfirmText: "Close",
|
||||
onDismissText: 'Don’t Close',
|
||||
onConfirmText: 'Close',
|
||||
onDismissColor: ColorsManager.grayColor,
|
||||
onConfirmColor: ColorsManager.red.withOpacity(0.8),
|
||||
onConfirmColor: ColorsManager.red.withValues(alpha: 0.8),
|
||||
onDismiss: () {
|
||||
Navigator.pop(context);
|
||||
},
|
||||
|
Reference in New Issue
Block a user