keyboardType property

KeyboardType get keyboardType

Derives a KeyboardType from the attached field's TextInputType.

Implementation

KeyboardType get keyboardType => _toKeyboardType(_configuration?.inputType);