onChanged property

ValueChanged<String>? onChanged
final

Called when the user initiates a change to the TextField's value: when they have inserted or deleted text or reset the form.

Implementation

final ValueChanged<String>? onChanged;