keyboardType property Null safety

TextInputType keyboardType
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;