setSelectedValues property
Callback to pass the selectedValues to the parent It's triggered when you add or remove elements from the selected items Only works with the liveUpdateValues set to true
Implementation
final Function(List<MultiSelectNestedItem>)? setSelectedValues;