textInputAction property

TextInputAction? textInputAction
final

设置键盘上enter键的显示内容

Implementation

//  TextInputAction.none             默认回车符号
final TextInputAction? textInputAction;