ModulaMenuItem constructor
const
ModulaMenuItem({})
Implementation
const ModulaMenuItem({
this.label = '',
this.icon,
this.leading,
this.trailing,
this.shortcut,
this.enabled = true,
this.destructive = false,
this.isDivider = false,
this.height,
this.onTap,
});