CarouselIndicator constructor
const
CarouselIndicator({})
Implementation
const CarouselIndicator({
super.key,
required this.currentPageIndex,
required this.itemCount,
required this.activeColor,
required this.inactiveColor,
required this.width,
required this.height,
required this.borderRadius,
required this.spacing,
});