onChanged property

void Function(String)? onChanged
getter/setter pair

Callback triggered when the text changes.

Implementation

void Function(String)? onChanged;