CSSLength.fromFunction constructor

CSSLength.fromFunction(
  1. CSSFunction f
)

Implementation

CSSLength.fromFunction(CSSFunction f)
    : value = 0,
      unit = CSSUnit.px,
      super.fromFunction(f);