prop_expands property

  1. @protected
  2. @nonVirtual
bool prop_expands
inherited

Implementation

@protected
@nonVirtual
bool get prop_expands {
  if (!this._$rxProp_expands.wasInit()) {
    this._$rxProp_expands.setValue(this.widget.$getProp("expands", false));
  }
  return this._$rxProp_expands.getValue();
}