MenuItem constructor
MenuItem({})
Implementation
MenuItem({
this.key,
this.type = 'normal',
this.label,
this.sublabel,
this.toolTip,
this.icon,
this.checked,
this.disabled = false,
this.shortcutKey,
this.shortcutModifiers,
this.submenu,
this.onClick,
this.onHighlight,
this.onLoseHighlight,
}) : id = _generateMenuItemId();