DancingBarsIndicator constructor
const
DancingBarsIndicator({})
Creates a dancing bars loading indicator.
size - The width of the indicator (default: 60)
color - The color of the bars (default: Colors.black)
duration - Animation cycle duration (default: 1 second)
borderRadius - Corner radius for bars (default: 0)
Implementation
const DancingBarsIndicator({
super.key,
this.size = 60,
this.color = Colors.black,
this.duration = const Duration(seconds: 1),
this.borderRadius = 0,
});