getKeyboardType method

TextInputType getKeyboardType()

Returns the keyboardType of the matched EditableText via Widget.toDiagnosticsNode

Implementation

TextInputType getKeyboardType() {
  return getDiagnosticProp<TextInputType>('keyboardType');
}