CSSVariable constructor

CSSVariable(
  1. String identifier,
  2. RenderStyle _renderStyle, {
  3. dynamic defaultValue,
})

Implementation

CSSVariable(this.identifier, this._renderStyle, {this.defaultValue});