onChanged property

ValueChanged<String>? onChanged
final

Callback when the input content is changed.

Note: change value by methods below won't trigger this callback:

Implementation

final ValueChanged<String>? onChanged;