menu
u package
documentation
components/chip_choice.dart
UChipChoice<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
dynamic Function
(
int
index
,
bool
isSelected
,
T
item
)
?
onChanged
final
Called when selection changes
Implementation
final Function(int index, bool isSelected, T item)? onChanged;
u package
documentation
components/chip_choice
UChipChoice<T>
onChanged property
UChipChoice class