ShadowDotsIndicator constructor
const
ShadowDotsIndicator({})
Creates a shadow dots loading indicator.
size - The width of the indicator (default: 60)
color - The base color of the dots (default: Colors.black)
duration - Animation cycle duration (default: 1 second)
Implementation
const ShadowDotsIndicator({
super.key,
this.size = 60,
this.color = Colors.black,
this.duration = const Duration(seconds: 1),
});