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