keyboardType property

TextInputType keyboardType
final

the keyboard type that will pop up on focus TextInputType = text,multiline,number,phone, datetime,email address,url

Implementation

final TextInputType keyboardType;