Replies: 1 comment 3 replies
-
Just like all the other props: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Officially, the change in the display time of the SnackBar is described as follows.
https://flet.dev/docs/controls/snackbar
[The number of milliseconds that the SnackBar stays open for. Defaults to 4000 (4 seconds) when not set.]
I want to change from the default of 4000 (4 seconds) to 15000 (15 seconds).
However, it does not specify exactly how to do this.
I have tried various methods, but the stated time remains unchanged.
What code can I add to change it?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions