onChanged property

ValueChanged<T?>? onChanged
final

Callback that is invoked when the field's value changes.

Receives the new value as parameter.

Implementation

final ValueChanged<T?>? onChanged;