prop_keyboardType property

  1. @protected
  2. @nonVirtual
TextInputType? prop_keyboardType
inherited

Implementation

@protected
@nonVirtual
TextInputType? get prop_keyboardType {
  if (!this._$rxProp_keyboardType.wasInit()) {
    this._$rxProp_keyboardType.setValue(this.widget.$getProp("keyboardType"));
  }
  return this._$rxProp_keyboardType.getValue();
}