RehaculStepperWidget constructor

const RehaculStepperWidget(
  1. {Key? key,
  2. required int stepCount,
  3. required int currentIndex}
)

Implementation

const RehaculStepperWidget({
  super.key,
  required this.stepCount,
  required this.currentIndex,
});