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 d30e412 commit ee3f1a9Copy full SHA for ee3f1a9
1 file changed
lib/widgets/lockin_snackbar.dart
@@ -31,6 +31,7 @@ class LockinSnackBar {
31
SnackBar(
32
content: Text(message),
33
duration: duration,
34
+ persist: false,
35
action: SnackBarAction(label: undoLabel, onPressed: onUndo),
36
),
37
);
0 commit comments