state_picker_dialog library
Classes
-
StatePickerDialog<
T> - A dialog for selecting a state or other items.
-
StatePickerDialogState<
T>
Typedefs
-
ItemBuilder<
T> = Widget Function(T item) -
ItemFilter<
T> = bool Function(T item) -
SearchFilter<
T> = bool Function(T item, String searchQuery)