Transform.rotate constructor

const Transform.rotate(
  1. Angle angle
)

Rotates an element around a fixed point on the 2D plane.

Implementation

const factory Transform.rotate(Angle angle) = _RotateTransform;