Appbar.toolbar_opacity always get an error #4277
AlyAbdelaal
started this conversation in
General
Replies: 1 comment
-
Thanks for reporting, it will be fixed: #4279 |
Beta Was this translation helpful? Give feedback.
0 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.
-
in documentation toolbar_opacity of The AppBar is in range from 0 to 1
but it always get an error "toolbar_opacity is out of range (0-1)"
I found that in flet_core/app_bar.py in line 183 the condition is written
0 >= value >= 1
so it always out of rangthats in :
is that an mistake or there is an other reason behind that
Beta Was this translation helpful? Give feedback.
All reactions