onSelect property

void Function(List<Choice<T>> choiceList, bool isFromDefaultData)? onSelect
final

Callback when selection changes.

Implementation

final void Function(List<Choice<T>> choiceList, bool isFromDefaultData)?
onSelect;