Default stepper dot
const StepperDot({ Key? key, required this.index, required this.totalLength, required this.activeIndex, }) : super(key: key);