wizardAppBar function
PreferredSizeWidget
wizardAppBar(
- BuildContext context,
- List<
AnimationController> aniController, - ScrollController singleChildScrollController,
- int stepsListLength,
- GlobalKey<
State< key,StatefulWidget> >
Implementation
PreferredSizeWidget wizardAppBar(
BuildContext context,
List<AnimationController> aniController,
ScrollController singleChildScrollController,
// List<StepHorizontalAnimation> stepsList,
int stepsListLength,
GlobalKey key,
) {
return AppBar();
}