keyboardType property

TextInputType? keyboardType
final

用于键盘的操作按钮的类型。

默认为 TextField 中指定的默认值。

Implementation

final TextInputType? keyboardType;