material/material library

Classes

ChipSelection<T>
Easy way to provide a single or multiple choice chips.
ChipSelectionData<T>
Choice option
ChipSelectionItem<T>
Default choice item widget
ChipSelectionItemStyle
Choice item style configuration
ChipSelectionPlaceholder
ChipSelectionSpinner
default spinner widget
ChipSelectionState<T>
Chips Choice State
PasswordTextField

Typedefs

ChipSelectionBuilder<T> = Widget Function(ChipSelectionData<T> item)
Builder for custom choice item
ChipSelectionChanged<T> = void Function(T value)
Callback when the value changed
ChipSelectionLoader<T> = Future<List<ChipSelectionData<T>>> Function()
Callback to load the choice items