RotateOption constructor

const RotateOption(
  1. int degree
)

Rotate image.

Normally, it is between 0 and 360 degrees, clockwise.

Implementation

const RotateOption(this.degree);