MenuButton constructor
Implementation
const MenuButton({
super.key,
this.title,
this.subtitle,
this.leading,
this.icon,
this.onPressed,
this.inverted = false,
});
const MenuButton({
super.key,
this.title,
this.subtitle,
this.leading,
this.icon,
this.onPressed,
this.inverted = false,
});