setSelectedValues property

dynamic Function(List<MultiSelectNestedItem>)? setSelectedValues
final

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;