CircularWaveSlideIndicator constructor
CircularWaveSlideIndicator({
- double itemSpacing = 20,
- double indicatorRadius = 6,
- EdgeInsets? padding,
- AlignmentGeometry alignment = Alignment.bottomCenter,
- Color currentIndicatorColor = const Color(0xFF000000),
- Color indicatorBackgroundColor = const Color(0x64000000),
- double indicatorBorderWidth = 1,
- Color? indicatorBorderColor,
Implementation
CircularWaveSlideIndicator({
this.itemSpacing = 20,
this.indicatorRadius = 6,
this.padding,
this.alignment = Alignment.bottomCenter,
this.currentIndicatorColor = const Color(0xFF000000),
this.indicatorBackgroundColor = const Color(0x64000000),
this.indicatorBorderWidth = 1,
this.indicatorBorderColor,
});