CSSValue constructor

CSSValue(
  1. String propertyName,
  2. RenderStyle renderStyle
)

Implementation

CSSValue(this.propertyName, this.renderStyle);