keyboardType property

TextInputType? keyboardType
final

Type of keyboard to be shown to the user. This defaults to TextInputType.text

Implementation

final TextInputType? keyboardType;