prop_style property

  1. @protected
  2. @nonVirtual
ButtonStyle? prop_style
inherited

Implementation

@protected
@nonVirtual
ButtonStyle? get prop_style {
  if (!this._$rxProp_style.wasInit()) {
    this._$rxProp_style.setValue(this.widget.$getProp("style"));
  }
  return this._$rxProp_style.getValue();
}