#menubar
Read more stories on Hashnode
Articles with this tag
A unique id can be set for PlutoMenuItem. PlutoMenuItem( id: 'unique_id', title: 'Menu 1', ) If PlutoMenuItem is created in build method, you...
Example code to add custom widget to PlutoMenuBar. ยท Example code to add custom widget to PlutoMenuBar. One thing to note is that if a custom widget has...
PlutoMenuBar is a menu bar that can add multiple sub menus. Works on all platforms supported by Flutter. If there is a submenu, an arrow icon is...
PlutoMenuBar Live Demo A link to a live demo where you can see PlutoMenuBar in action on the web.