const JumpingDotAnimation({ Key? key, this.color, this.numberOfDots = 3, this.radius = 6, }) : super(key: key);