onChanged property

(void Function(String value)?) onChanged
final

A callback for changes to the input.

Implementation

final void Function(String value)? onChanged;