Request: Support for NavigationBar label alignment on the left of icons #4426
OmarBelfeki
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
NavigationBar had never allowed placing labels on a side. Maybe you mean NavigationRail? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In older versions of Flet, I remember being able to position the label directly to the left of the icon in NavigationBarDestination using the default label property. However, in newer versions, this behavior seems to have changed, and the label now appears below the icon by default.
Could you confirm if this was an intentional change? If so, is there any plan to add an option for label alignment (e.g., left, right, top, or bottom of the icon) in future updates?
This feature is essential for my application design, as placing labels to the left of icons provides better usability in some contexts. I’d appreciate any advice, or if there’s a workaround in the current version, I’d be happy to implement it.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions