prop_maxLines property

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

Implementation

@protected
@nonVirtual
int? get prop_maxLines {
  if (!this._$rxProp_maxLines.wasInit()) {
    this._$rxProp_maxLines.setValue(this.widget.$getProp("maxLines", 1));
  }
  return this._$rxProp_maxLines.getValue();
}