onChanged property
A onChanged callback is required, this function is called every time the controller receives a change from the generated text form field, to which the controller should be provided. It provides a bloc instance and the current value from the state stream.
Implementation
final RxFormFieldOnChanged<B, String> onChanged;