CSSVariable constructor
CSSVariable(
- String identifier,
- RenderStyle _renderStyle, {
- String? defaultValue,
Implementation
CSSVariable(this.identifier, this._renderStyle, { this.defaultValue });