CSSSkew constructor

CSSSkew(
  1. CSSNumericValue ax,
  2. CSSNumericValue ay
)

Implementation

factory CSSSkew(
  _i3.CSSNumericValue ax,
  _i3.CSSNumericValue ay,
) =>
    _i4.callConstructor(
      _declaredCSSSkew,
      [
        ax,
        ay,
      ],
    );