CSSLength.fromCalc constructor

CSSLength.fromCalc(
  1. CSSCalc calc
)

Implementation

CSSLength.fromCalc(CSSCalc calc)
    : value = 0,
      unit = CSSUnit.px,
      super.fromCalc(calc);