keyboardType property
final
The type of keyboard to use for editing the text.
Defaults to TextInputType.text.
Implementation
final TextInputType? keyboardType;
The type of keyboard to use for editing the text.
Defaults to TextInputType.text.
final TextInputType? keyboardType;