We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397e249 commit 655840eCopy full SHA for 655840e
lib/Pages/widgets/flood_snackbar.dart
@@ -54,7 +54,7 @@ SnackBar addFloodSnackBar(
54
TextButton(
55
onPressed: undoFunction,
56
child: Text(
57
- undoText!,
+ undoText ?? "Undo",
58
overflow: TextOverflow.ellipsis,
59
maxLines: 2,
60
style: TextStyle(
0 commit comments