const Rotating({ Key? key, required this.child, required this.interval, required this.duration, this.backchild, }) : super(key: key);