onSubmitted property

ValueChanged<String>? onSubmitted
final

文本提交时的回调(通常点击键盘发送/搜索时触发)

Implementation

final ValueChanged<String>? onSubmitted;