CircleIndicator constructor
const
CircleIndicator({})
Implementation
const CircleIndicator({
Key? key,
required this.index,
required this.isSelected,
this.circleRadious,
this.borderColor,
this.backgroundColor,
this.textColor,
}) : super(key: key);