FloatingActionBarMenuButton<T> constructor
- Key? key,
- required IconData icon,
- required List<
PopupMenuEntry< items,T> > - required ValueChanged<
T> onSelected, - bool enabled = true,
- String? tooltip,
- AnchoredPopupMenuStyle style = AnchoredPopupMenuStyle.floatingSurface,
Creates a menu action button for FloatingActionBar.
Implementation
const FloatingActionBarMenuButton({
super.key,
required this.icon,
required this.items,
required this.onSelected,
this.enabled = true,
this.tooltip,
this.style = AnchoredPopupMenuStyle.floatingSurface,
});