onChanged property

ValueChanged<String>? onChanged
final

输入内容发生变化时的回调,参数为最新文本。

Implementation

final ValueChanged<String>? onChanged;