onChanged property

void Function(String value)? onChanged
final

The callback function when the text changes.

Implementation

final void Function(String value)? onChanged;