onSelected property

void Function(List<T> items, List<K> keys)? onSelected
final

Called when the selection changes with both items and keys. Requires keyExtractor to be provided for keys.

Implementation

final void Function(List<T> items, List<K> keys)? onSelected;