keyboardType property
final
The type of keyboard to use for editing the text.
Defaults to TextInputType.text if maxLines is one and TextInputType.multiline otherwise.
Implementation
final TextInputType keyboardType;
The type of keyboard to use for editing the text.
Defaults to TextInputType.text if maxLines is one and TextInputType.multiline otherwise.
final TextInputType keyboardType;