Rotate constructor

Rotate(
  1. dynamic rotation
)

Implementation

Rotate(dynamic rotation) {
  _rotation = rotation;
}