CSSLength.fromCalc constructor

CSSLength.fromCalc(
  1. CSSCalc calc
)

Implementation

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