CSSRotate.$3 constructor

CSSRotate.$3(
  1. Object x,
  2. Object y,
  3. Object z,
  4. CSSNumericValue angle,
)

Implementation

factory CSSRotate.$3(
  _i2.Object x,
  _i2.Object y,
  _i2.Object z,
  _i3.CSSNumericValue angle,
) =>
    _i4.callConstructor(
      _declaredCSSRotate,
      [
        x,
        y,
        z,
        angle,
      ],
    );