Skip to content

Commit 655840e

Browse files
committed
fixed errors
1 parent 397e249 commit 655840e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Pages/widgets/flood_snackbar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ SnackBar addFloodSnackBar(
5454
TextButton(
5555
onPressed: undoFunction,
5656
child: Text(
57-
undoText!,
57+
undoText ?? "Undo",
5858
overflow: TextOverflow.ellipsis,
5959
maxLines: 2,
6060
style: TextStyle(

0 commit comments

Comments
 (0)