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