CalcVariableNode constructor

CalcVariableNode(
  1. CSSVariable value,
  2. RenderStyle _renderStyle
)

Implementation

CalcVariableNode(this.value, this._renderStyle);