MenuItem constructor
const
MenuItem({})
Implementation
const MenuItem({
required this.value,
required this.label,
this.icon,
this.trailing,
this.onTap,
this.enabled = true,
this.isDivider = false,
});
const MenuItem({
required this.value,
required this.label,
this.icon,
this.trailing,
this.onTap,
this.enabled = true,
this.isDivider = false,
});