DotIndicator constructor
const
DotIndicator({})
Implementation
const DotIndicator({
Key? key,
this.size = 10,
this.selectedColor = Colors.blue,
this.itemCount,
this.currentIndex,
this.unselectedColor,
}) : super(key: key);