CSSValue.fromCalc constructor

CSSValue.fromCalc(
  1. CSSCalc calc
)

Implementation

CSSValue.fromCalc(CSSCalc calc) : this.fromFunction(calc);