MenuItemConfig constructor
const
MenuItemConfig({})
Implementation
const MenuItemConfig({
required this.label,
this.href,
this.onClick,
this.icon,
this.destructive = false,
this.disabled = false,
});
const MenuItemConfig({
required this.label,
this.href,
this.onClick,
this.icon,
this.destructive = false,
this.disabled = false,
});