MenuAction constructor
MenuAction({
- String title = '',
- MenuIconType icon = MenuIconType.home,
- Action? action,
Implementation
MenuAction({this.title = '', this.icon = MenuIconType.home, this.action});