RotationWidget constructor

const RotationWidget({
  1. Key? key,
  2. bool isStartDefault = true,
  3. int speedMilliseconds = 500,
  4. Widget? child,
})

Implementation

const RotationWidget({Key? key, this.isStartDefault = true, this.speedMilliseconds = 500, this.child})
    : super(key: key);