onChanged property

void Function(List<Choice<T>> selectedItems)? onChanged
final

Simple callback that fires only on user interaction, never on default data.

Implementation

final void Function(List<Choice<T>> selectedItems)? onChanged;