keyboardType property

TextInputType? keyboardType
final

The keyboard type of the TextField.

If this is null, it will default to TextInputType.datetime

Implementation

final TextInputType? keyboardType;