updateSelectedItem property

dynamic Function(ValueItem<T>?) updateSelectedItem
final

The function to be executed after the user selects a value.

Implementation

final Function(ValueItem<T>?) updateSelectedItem;