PageIndicator constructor
const
PageIndicator({})
Implementation
const PageIndicator({
required this.itemCount,
required this.currentPage,
required this.animationDuration,
super.key,
this.activeColor,
this.inactiveColor,
});