onChanged property

dynamic Function(String value) onChanged
final

Required callback that is called whenever the input value changes.

Implementation

final Function(String value) onChanged;