onValueChanged property

ValueChanged<T?> onValueChanged
final

选中值改变时的回调函数

Implementation

final ValueChanged<T?> onValueChanged;