onChanged property
Callback that is invoked when the field's value changes.
Receives the new value as parameter.
Implementation
final ValueChanged<T?>? onChanged;
Callback that is invoked when the field's value changes.
Receives the new value as parameter.
final ValueChanged<T?>? onChanged;