wizardAppBar function

PreferredSizeWidget wizardAppBar(
  1. BuildContext context,
  2. List<AnimationController> aniController,
  3. ScrollController singleChildScrollController,
  4. int stepsListLength,
  5. GlobalKey<State<StatefulWidget>> key,
)

Implementation

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