JumpingDot constructor
const
JumpingDot({})
Implementation
const JumpingDot({
Key? key,
required this.numberOfDot,
this.jumpingY = -20,
this.dotColor = Colors.grey,
this.durationInMilisecond = 200,
this.dotSize = 10.0,
}) : super(key: key);