onChanged property
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;
Called when the user initiates a change to the TextField's value: when they have inserted or deleted text or reset the form.
final ValueChanged<String>? onChanged;