NativeMenuItem.withIcon constructor
NativeMenuItem.withIcon({
- required String title,
- String? action,
- bool isEnable = true,
- required String? icon,
- NativeMenu? subMenu,
Implementation
NativeMenuItem.withIcon({required this.title, this.action, this.isEnable = true, required this.icon, this.subMenu})
: type = MenuItemType.menu,
rawIcon = null;