CarouselIndicatorConfig constructor

const CarouselIndicatorConfig({
  1. bool showIndicator = true,
  2. double dotHeight = 8,
  3. double dotWidth = 8,
  4. double spacing = 12,
  5. String dotColor = '#CBD5E1',
  6. String activeDotColor = '#4945FF',
  7. String indicatorEffectType = 'slide',
})

Implementation

const CarouselIndicatorConfig({
  this.showIndicator = true,
  this.dotHeight = 8,
  this.dotWidth = 8,
  this.spacing = 12,
  this.dotColor = '#CBD5E1',
  this.activeDotColor = '#4945FF',
  this.indicatorEffectType = 'slide',
});