menu_button/menu_button library
Classes
- LabelDecoration
- Class to define a custom decoration for a label
-
MenuButton<
T> - Custom MenuButton to display a menu button following Material Design example
- MenuButtonUtils
- Utils class with useful method getTextSize - Calculate text size from a Text widget showSelectedItemOnList - Create a new map without the selected item
Typedefs
- MenuButtonToggleCallback = void Function(bool isToggle)
-
MenuItemBuilder<
T> = Widget Function(T value) -
MenuItemSelected<
T> = void Function(T value)