onSelectionChanged property

(void Function(List<T>)?) onSelectionChanged
final

Fires when the an item is selected / unselected.

Implementation

final void Function(List<T>)? onSelectionChanged;