WizardPageView constructor
const
WizardPageView({
- Key? key,
- required PreferredSizeWidget appBar,
- required List<
Widget> pageViewItems, - required List<
AnimationController> aniController, - required ScrollController singleChildScrollController,
- required WizardBarAnimation wizardBarAnimation,
- Container? containerTopOfPage,
- Widget? firstButton,
- Widget? secondButton,
- required List<
StepHorizontalAnimation> stepsList,
Implementation
const WizardPageView({
super.key,
required this.appBar,
required this.pageViewItems,
required this.aniController,
required this.singleChildScrollController,
required this.wizardBarAnimation,
this.containerTopOfPage,
this.firstButton,
this.secondButton,
required this.stepsList,
});