onChanged property

dynamic Function(String? value)? onChanged
final

Callback function that is called when the text in the text field changes.

Implementation

final Function(String? value)? onChanged;