Skip to content
Snippets Groups Projects
Commit d9d3c2d7 authored by vjrj's avatar vjrj
Browse files

Less time in notif

parent 6925aaf9
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class _FirstScreenState extends State<FirstScreen> {
Flushbar<void>(
message: tr('demo-title'),
title: tr('demo-desc'),
duration: const Duration(seconds: 4),
duration: const Duration(seconds: 3),
flushbarPosition: FlushbarPosition.TOP,
onStatusChanged: (FlushbarStatus? status) {
if (status == FlushbarStatus.DISMISSED) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment