MenuItem constructor
const
MenuItem({})
Implementation
const MenuItem({
this.icon,
this.label,
this.onTap,
this.isDivider = false,
this.customWidget,
this.trailing,
this.labelStyle,
});
const MenuItem({
this.icon,
this.label,
this.onTap,
this.isDivider = false,
this.customWidget,
this.trailing,
this.labelStyle,
});