onChanged property
final
Callback, called when TextField is changed.
Should only be used to rebuild a widget tree. To react to the changes of this ReactiveTextField use state instead.
Implementation
final VoidCallback? onChanged;
Callback, called when TextField is changed.
Should only be used to rebuild a widget tree. To react to the changes of this ReactiveTextField use state instead.
final VoidCallback? onChanged;