Rotating constructor

Rotating(
  1. Widget child, {
  2. int duration = 1200,
})

Implementation

Rotating(this.child, {this.duration = 1200});