onSubmitted property

ValueChanged<String>? onSubmitted
final

提交输入内容时的回调,参数为已提交文本。

Implementation

final ValueChanged<String>? onSubmitted;