keyboardType property

TextInputType? keyboardType
final

The type of keyboard to use for editing the text.

Defaults to TextInputType.text.

Implementation

final TextInputType? keyboardType;