rotateRight method

void rotateRight()

Rotates image 90 degrees right.

Implementation

void rotateRight() => _rotate(false);