prop_minLines property

  1. @protected
  2. @nonVirtual
int? prop_minLines
inherited

Implementation

@protected
@nonVirtual
int? get prop_minLines {
  if (!this._$rxProp_minLines.wasInit()) {
    this._$rxProp_minLines.setValue(this.widget.$getProp("minLines"));
  }
  return this._$rxProp_minLines.getValue();
}