find_dropdown library
Classes
-
FindDropdown<
T> -
FindDropdownChip<
T> - Dropdown que exibe o(s) item(ns) selecionado(s) como Chip do Material.
-
FindDropdownChipState<
T> - Estado do FindDropdownChip, expõe clear e setSelectedItem.
-
FindDropdownState<
T> - FindDropdownThemeData
- Dados de tema para customização visual do FindDropdown.
Typedefs
-
FindDropdownBuilderType<
T> = Widget Function(BuildContext context, T? selectedItem) -
FindDropdownChangedType<
T> = void Function(T? selectedItem) -
FindDropdownChipBuilderType<
T> = Widget Function(BuildContext context, T item, VoidCallback? onDeleted) - Construtor customizado do Chip para cada item selecionado.
-
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)