onSelectionChanged property

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

Callback function called when the selection state changes.

Implementation

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