onChanged property

ValueChanged<String>? onChanged
final

A callback that is invoked when the field value changes.

Implementation

final ValueChanged<String>? onChanged;