CarouselIndicator constructor
const
CarouselIndicator({})
Implementation
const CarouselIndicator({
super.key,
required this.itemCount,
required this.currentIndex,
this.activeColor = Colors.black,
this.inactiveColor = Colors.grey,
this.activeWidth = 20.0,
this.activeHeight = 5.0,
this.inactiveWidth = 10.0,
this.inactiveHeight = 5.0,
this.spacing = 8.0,
});