onTextChanged property

(void Function(String)?) onTextChanged
final

Will be called whenever the text inside TextField changes.

Implementation

final void Function(String)? onTextChanged;