onChanged property

ValueChanged<T?> onChanged
final

The function to call when value changes.

Implementation

final ValueChanged<T?> onChanged;