custom_dropdown library
Classes
-
CustomDropdown<
T> - CustomDropdownAnimation
- Controls how the CustomDropdown overlay animates open and closed.
- CustomDropdownDecoration
- CustomDropdownDisabledDecoration
- ListItemDecoration
-
MultiSelectController<
T> - SearchFieldDecoration
-
SingleSelectController<
T>
Enums
- DropdownAnimationType
- Built-in open/close transitions for the CustomDropdown overlay.
- DropdownOverlayDirection
- Controls the side the overlay opens towards.
Mixins
Typedefs
-
DropdownTransitionBuilder
= Widget Function(BuildContext context, Animation<
double> animation, double axisAlignment, Widget child) - Signature for a fully custom overlay transition.
-
PaginatedSearchRequest<
T> = Future< List< Function(String query, int page)T> > -
Page-aware async request for the paginated search-request constructors.
Receives the current
queryand the 1-basedpageto load.