PageIndicator constructor
const
PageIndicator({})
Implementation
const PageIndicator({
super.key,
required this.index,
required this.length,
required this.activeColor,
required this.dotColor,
});
const PageIndicator({
super.key,
required this.index,
required this.length,
required this.activeColor,
required this.dotColor,
});