prop_strutStyle property

  1. @protected
  2. @nonVirtual
StrutStyle? prop_strutStyle
inherited

Implementation

@protected
@nonVirtual
StrutStyle? get prop_strutStyle {
  if (!this._$rxProp_strutStyle.wasInit()) {
    this._$rxProp_strutStyle.setValue(this.widget.$getProp("strutStyle"));
  }
  return this._$rxProp_strutStyle.getValue();
}