setSelectedValues property
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;
Callback to pass the selectedValues to the parent It's triggered when you add or remove elements from the selected items
final Function(List<VNestedCheckboxItem>)? setSelectedValues;