onChange property

dynamic Function(String)? onChange
final

onChange callback to handle change in value of text in the input field

Implementation

final Function(String)? onChange;