flutter_chips_input
flutter_chips_input
ChipSelected<
T
> typedef
ChipSelected
flutter_chips_input library
Classes
ChipsInput
ChipsInputState
Typedefs
ChipsBuilder
ChipSelected
ChipsInputSuggestions
ChipSelected<
T
> typedef
void
ChipSelected
(
T
data
,
bool
selected
)
Implementation
typedef ChipSelected<T> = void Function(T data, bool selected);