keyboardType property Null safety
final
The keyboard type of the TextField.
If this is null, it will default to TextInputType.datetime
Implementation
final TextInputType? keyboardType;
The keyboard type of the TextField.
If this is null, it will default to TextInputType.datetime
final TextInputType? keyboardType;