Transform.rotateAxis constructor

const Transform.rotateAxis({
  1. Angle? x,
  2. Angle? y,
  3. Angle? z,
})

Rotates an element around the individual axes in 3D space.

Implementation

const factory Transform.rotateAxis({Angle? x, Angle? y, Angle? z}) = _RotateAxisTransform;