CuReStepper constructor
const
CuReStepper({})
Implementation
const CuReStepper({
super.key,
required this.totalSteps,
required this.currentStep,
this.onStepChange,
this.hideNumbers,
this.hideSeparators,
this.separatorSize,
this.shape,
this.disabled,
this.color,
this.readonly,
this.vertical,
});