dropdown_overlay library

Classes

CustomMenuBuilderDelegate<T>
The controller that will be used to control the dropdown menu.
The item that will be used to build the dropdown menu.
Dropdown menu position defines how to align the dropdown menu with the dropdown trigger. Once targetAnchor and anchor are applied, offset would be applied to adjust the space between the dropdown trigger and the dropdown menu.
ListViewMenuBuilderDelegate<T>
MultiSelectionDropdownController<T>
OverlayedDropdownMenu<T>
SimpleDropdown<T>
A widget that will display a dropdown menu when triggered. The dropdown menu will be built by DropdownMenuBuilderDelegate so that users can customize the menu.
SingleSelectionDropdownController<T>

Typedefs

The loader that will be used to load the items of the dropdown menu via DropdownController.load.
The matcher that will be used to match the item with the value.
The builder that will be used to build the dropdown menu.
The builder that will be used to build the item of the dropdown menu.