onChanged property

(dynamic Function(String)?) onChanged
final

A callback that is called when the text in the TextField changes.

Implementation

final Function(String)? onChanged;