onChanged property

ValueChanged<String>? onChanged
final

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

Implementation

final ValueChanged<String>? onChanged;