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