WaveSticksLoader constructor
const
WaveSticksLoader({
- Key? key,
- WaveStickAnimationController? controller,
- Duration duration = const Duration(milliseconds: 1500),
- Size size = const Size(100, 50),
- int numberOfSticks = 5,
- double stickWidth = 5.0,
- double stickHeight = 20.0,
- double middleWaveStickHeight = 30.0,
- Color stickColor = Colors.blue,
- double stickSpacing = 5.0,
- CrossAxisAlignment alignment = CrossAxisAlignment.center,
- double waveWidth = 1.5,
- double radius = 2.5,
Implementation
const WaveSticksLoader({
super.key,
this.controller,
this.duration = const Duration(milliseconds: 1500),
this.size = const Size(100, 50),
this.numberOfSticks = 5,
this.stickWidth = 5.0,
this.stickHeight = 20.0,
this.middleWaveStickHeight = 30.0,
this.stickColor = Colors.blue,
this.stickSpacing = 5.0,
this.alignment = CrossAxisAlignment.center,
this.waveWidth = 1.5,
this.radius = 2.5,
});