WizardBarAnimation constructor

const WizardBarAnimation(
  1. ScrollController? scrollController,
  2. List<StepHorizontalAnimation> stepItems, {
  3. Key? key,
})

Implementation

const WizardBarAnimation(this.scrollController, this.stepItems, {super.key});