onChanged property

ValueChanged<String>? onChanged
final

A callback that is triggered whenever the text in the field changes.

Implementation

final ValueChanged<String>? onChanged;