onChanged property

ValueChanged<String>? onChanged
final

Callback that is called when the text field's value changes.

Implementation

final ValueChanged<String>? onChanged;