XMenuButton.XMenuButton constructor
const
XMenuButton.XMenuButton({})
Implementation
const XMenuButton.XMenuButton({
super.key,
this.title = "",
this.menuItems = const [],
this.iconData,
this.offset = Offset.zero,
this.width = 140,
this.iconSize = 1,
required this.onTap,
});