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