Custom type of button in NavBar #1122
Answered
by
mmstick
upsidedownsweetfood
asked this question in
Q&A
-
|
Hello! I was wondering, how would one go about having a container instead of a segmented button in the NavBar? |
Beta Was this translation helpful? Give feedback.
Answered by
mmstick
Feb 10, 2026
Replies: 1 comment 1 reply
-
|
The navbar widget is a custom widget and there is no ability to embed widgets into it. If you want a different arrangement of widget(s) in the nav bar panel you can override its default method impl from the Application trait and provide a custom Element there to replace the NavBar. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
upsidedownsweetfood
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The navbar widget is a custom widget and there is no ability to embed widgets into it. If you want a different arrangement of widget(s) in the nav bar panel you can override its default method impl from the Application trait and provide a custom Element there to replace the NavBar.