onChanged property

dynamic Function(String value)? onChanged
final

Callback invoked whenever the input value changes.

Implementation

final Function(String value)? onChanged;