PageIndicator constructor
PageIndicator({
- int? currentIndex,
- int? pageCount,
- Color? activeDotColor,
- VoidCallback? onTap,
- Color? inactiveDotColor,
- IndicatorType? type,
Implementation
PageIndicator({
this.currentIndex,
this.pageCount,
this.activeDotColor,
this.onTap,
this.inactiveDotColor,
this.type,
});