onChanged property

ValueChanged<T>? onChanged
final

值变化时的回调

Callback when the value changes

Implementation

final ValueChanged<T>? onChanged;