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<T>> Function(int page, String? query)
A function that returns a Future list of items, supporting pagination and search. page is the current page number (starting from 1). query is the search query.