onChange property

dynamic Function(String)? onChange
final

Execute when the value of the field is changing.

Implementation

final Function(String)? onChange;