onChanged property

VoidCallback? onChanged
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;