onSelected property
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;
Called when the selection changes with both items and keys. Requires keyExtractor to be provided for keys.
final void Function(List<T> items, List<K> keys)? onSelected;