onChanged property

(void Function(String value)?) onChanged
final

The callback forwarded to the TextField used when input changes

Implementation

final void Function(String value)? onChanged;