CustomDotIndicator constructor
const
CustomDotIndicator({})
Implementation
const CustomDotIndicator({
super.key,
required this.currentIndex,
required this.totalDots,
this.activeSize = InsetsHelper.i10,
this.inactiveSize = InsetsHelper.i8,
});