onConfirm property
Callback invoked when selection is confirmed
Receives the list of selected values
Implementation
final void Function(List<T>)? onConfirm;
Callback invoked when selection is confirmed
Receives the list of selected values
final void Function(List<T>)? onConfirm;