MenuButton constructor
const
MenuButton({})
Implementation
const MenuButton({
super.key,
required this.child,
this.subMenu,
this.onPressed,
this.trailing,
this.leading,
this.enabled = true,
this.focusNode,
this.autoClose = true,
this.popoverController,
});