onChanged property

ValueChanged<String>? onChanged
final

Called when the user initiates a change to the TextField's value.

This callback is called when the user has changed the text in the field, either by typing, pasting, or other text input gestures.

Implementation

final ValueChanged<String>? onChanged;