MenuItemAction constructor
const
MenuItemAction({})
Implementation
const MenuItemAction({
required this.label,
this.icon,
this.description,
this.shortcut,
this.disabled = false,
this.destructive = false,
this.onSelect,
this.href,
});