updateSelectedItems property

dynamic Function(List<ValueItem<T>>) updateSelectedItems
final

Function to update the list of selected items on change

Implementation

final Function(List<ValueItem<T>>) updateSelectedItems;