custom_dropdown library
Classes
-
CustomDropdown<
T> - A fully customizable dropdown widget with support for search, pagination (API or local), multi-selection, and extensive styling options.
Typedefs
-
FutureRequest<
T> = Future< List< Function(int page, String? query)T> > -
A function that returns a Future list of items, supporting pagination and search.
pageis the current page number (starting from 1).queryis the search query.