keyboardType property

TextInputType keyboardType
final

The type of keyboard which shows up.

Sample code

CodeInput(keyboardType: TextInputType.number)

Implementation

final TextInputType keyboardType;