page.bottom_appbar has no visible property #3729
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Your right, I am unsure why it was not working for me yesterday when I tried it. My bad, can close this. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicate Check
Describe the bug
Setting page.bottom_appbar visible property fails
does not currently work
Code sample
page.bottom_appbar.visible = False
will produce an error
To reproduce
page.bottom_appbar.visible = False
Expected behavior
page.bottom_appbar.visible = False
should work just as
page.appbar.visible = False
currently does.
Screenshots / Videos
Screenshots / Video demonstration
[Upload media here]
Operating System
macOS
Operating system details
All OSes
Flet version
all flet versions
Regression
No, it isn't
Suggestions
No response
Logs
No response
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions