MenuDropdownButton constructor
const
MenuDropdownButton({})
Implementation
const MenuDropdownButton({
super.key,
this.icon,
this.label,
this.labelTextStyle,
required this.tooltip,
required this.items,
this.config = const MenuDropdownConfig(),
this.header,
this.footer,
this.tooltipTextColor,
this.tooltipBackgroundColor,
this.buttonColor,
});