onSelectChanged property
onSelectChanged is the callback when the selection changed, param is the list of selected items
Implementation
final void Function(List<int>?)? onSelectChanged;
onSelectChanged is the callback when the selection changed, param is the list of selected items
final void Function(List<int>?)? onSelectChanged;