onChanged property

dynamic Function(String)? onChanged
getter/setter pair

A function triggered whenever the text in the field changes.

Implementation

Function(String)? onChanged;