onChanged property

ValueChanged<String>? onChanged
final

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

Implementation

final ValueChanged<String>? onChanged;