custom_dropdown library

Enums

Built-in open/close transitions for the CustomDropdown overlay.
Controls the side the overlay opens towards.

Typedefs

Signature for a fully custom overlay transition.
PaginatedSearchRequest<T> = Future<List<T>> Function(String query, int page)
Page-aware async request for the paginated search-request constructors. Receives the current query and the 1-based page to load.