Transform.rotate constructor
const
Transform.rotate(
- Angle angle
Rotates an element around a fixed point on the 2D plane.
Implementation
const factory Transform.rotate(Angle angle) = _RotateTransform;
Rotates an element around a fixed point on the 2D plane.
const factory Transform.rotate(Angle angle) = _RotateTransform;