LokotroStepProgressIndicator constructor
const
LokotroStepProgressIndicator({})
Implementation
const LokotroStepProgressIndicator({
super.key,
required this.currentStep,
required this.totalSteps,
this.stepLabels,
this.activeColor,
this.inactiveColor,
this.completedColor,
this.stepSize = 32.0,
this.lineWidth = 2.0,
this.labelStyle,
});