onChanged property
dynamic Function(dynamic value)?
onChanged
final
Callback function invoked when the user selects or deselects chips.
The callback receives a list of selected values that corresponds to the value property of the selected FormOption items.
Implementation
final Function(dynamic value)? onChanged;