setSelectedValues property

dynamic Function(List<VNestedCheckboxItem>)? setSelectedValues
final

Callback to pass the selectedValues to the parent It's triggered when you add or remove elements from the selected items

Implementation

final Function(List<VNestedCheckboxItem>)? setSelectedValues;