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