CircularStaticIndicator constructor

CircularStaticIndicator({
  1. double itemSpacing = 20,
  2. double indicatorRadius = 6,
  3. EdgeInsets? padding,
  4. AlignmentGeometry alignment = Alignment.bottomCenter,
  5. Color? currentIndicatorColor,
  6. Color? indicatorBackgroundColor,
  7. bool enableAnimation = false,
  8. double indicatorBorderWidth = 1,
  9. Color? indicatorBorderColor,
})

Implementation

CircularStaticIndicator({
  this.itemSpacing = 20,
  this.indicatorRadius = 6,
  this.padding,
  this.alignment = Alignment.bottomCenter,
  this.currentIndicatorColor,
  this.indicatorBackgroundColor,
  this.enableAnimation = false,
  this.indicatorBorderWidth = 1,
  this.indicatorBorderColor,
});