rotateRight method

void rotateRight()

Implementation

void rotateRight() {
  cropController.addTransition(CropImageData(angle: pi / 4));
}