CircularSlideIndicator constructor

CircularSlideIndicator({
  1. double itemSpacing = 20,
  2. double indicatorRadius = 6,
  3. double indicatorBorderWidth = 1,
  4. Color? indicatorBorderColor,
  5. EdgeInsets? padding,
  6. AlignmentGeometry alignment = Alignment.bottomCenter,
  7. Color currentIndicatorColor = const Color(0xFF000000),
  8. Color indicatorBackgroundColor = const Color(0x64000000),
})

Implementation

CircularSlideIndicator({
  this.itemSpacing = 20,
  this.indicatorRadius = 6,
  this.indicatorBorderWidth = 1,
  this.indicatorBorderColor,
  this.padding,
  this.alignment = Alignment.bottomCenter,
  this.currentIndicatorColor = const Color(0xFF000000),
  this.indicatorBackgroundColor = const Color(0x64000000),
});