TourProgressIndicator constructor
const
TourProgressIndicator({})
Implementation
const TourProgressIndicator({
super.key,
required this.currentStep,
required this.totalSteps,
this.style = ProgressIndicatorStyle.dots,
this.activeColor = Colors.white,
this.inactiveColor = Colors.white38,
this.dotSize = 8.0,
this.dotSpacing = 4.0,
this.textStyle,
});