find_dropdown library
Classes
Typedefs
-
FindDropdownBuilderType<
T> = Widget Function(BuildContext context, T? selectedItem) -
FindDropdownChangedType<
T> = void Function(T? selectedItem) -
FindDropdownFindType<
T> = Future< List< Function(String text)T> > -
FindDropdownItemBuilderType<
T> = Widget Function(BuildContext context, T item, bool isSelected) -
FindDropdownMultipleItemsBuilderType<
T> = Widget Function(BuildContext context, List< T> selectedItem) -
FindDropdownMultipleItemsChangedType<
T> = void Function(List< T> selectedItem) -
FindDropdownValidationType<
T> = String? Function(T? selectedText)