onChanged property

(void Function(String value)?) onChanged
final

A callback which is invoked each time the text field's value changes.

Implementation

final void Function(String value)? onChanged;