Articles in this series
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...
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...
A unique id can be set for PlutoMenuItem. PlutoMenuItem( id: 'unique_id', title: 'Menu 1', ) If PlutoMenuItem is created in build method, you...