AnimatedLoadingJumpingDots constructor
const
AnimatedLoadingJumpingDots({})
Implementation
const AnimatedLoadingJumpingDots({
Key? key,
this.numberOfDots = 3,
this.color = Colors.black,
this.dotSize = 10,
this.jumpingHeight = 30,
this.speed = const Duration(milliseconds: 300),
this.delayBetweenBounces = const Duration(milliseconds: 50),
}) : super(key: key);