DotIndicator constructor
const
DotIndicator({})
Implementation
const DotIndicator({
required this.index,
required this.isActive,
required this.onTap,
super.key,
this.activeColor = Colors.blue,
this.inactiveColor = Colors.grey,
});