Rotation.north constructor

Rotation.north({
  1. double dx = 0,
  2. double y = 0,
})

Implementation

factory Rotation.north({double dx = 0, double y = 0}) =>
    Rotation.glob(x: 180 + dx, y: y);