NiceContextMenuItem constructor
Implementation
const NiceContextMenuItem({
required this.key,
this.label,
this.icon,
this.onTap,
this.shortcut,
this.disabled = false,
this.danger = false,
this.isDivider = false,
});
const NiceContextMenuItem({
required this.key,
this.label,
this.icon,
this.onTap,
this.shortcut,
this.disabled = false,
this.danger = false,
this.isDivider = false,
});