bosskmk / pluto_menu_bar

A menu bar for flutter.
https://pluto.weblaze.dev
MIT License
85 stars 25 forks source link

Widget title #17

Open 9clg6 opened 1 year ago

9clg6 commented 1 year ago

Hello,

What can't we set the title ?I don't want to show "_divider" when I use PlutoMenuItemDivider... I want to show MY title...

PlutoMenuItemDivider({ this.height = 16.0, this.color, this.indent, this.endIndent, this.thickness, }) : super(title: '_divider', enable: false);