CSSVariable constructor

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

Implementation

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