inputType property

InputType? inputType
getter/setter pair

inputType is a InputType type. This is used when the particular field or cell is EditText type. This indicates if the input type of the edit text field.

Implementation

InputType? inputType;