onSubmitted property

ValueChanged<String>? onSubmitted
final

点击键盘完成按钮时触发的回调, 参数值为输入的内容

Implementation

final ValueChanged<String>? onSubmitted;