MenuLabel constructor
Creates a menu label.
Parameters:
child(Widget, required): Main contenttrailing(Widget?): Trailing widgetleading(Widget?): Leading icon or widget
Implementation
const MenuLabel({
super.key,
required this.child,
this.trailing,
this.leading,
});