RotationTween constructor

const RotationTween(
  1. Offset center,
  2. double distance
)

Implementation

const RotationTween(this.center, this.distance);