rotate method

void rotate(
  1. double angle
)

Implementation

void rotate(double angle) => _rotate = angleToRadians(angle, angleFormat);