onTextChange property

(dynamic Function(String)?) onTextChange
final

If the text parameter is passed then onTextChange must also be passed.

Implementation

final Function(String)? onTextChange;