BouncingDot constructor
const
BouncingDot({})
Implementation
const BouncingDot({
super.key,
this.dotColor = Colors.black,
this.dotSize = 20.0,
this.duration = const Duration(seconds: 1),
});
const BouncingDot({
super.key,
this.dotColor = Colors.black,
this.dotSize = 20.0,
this.duration = const Duration(seconds: 1),
});