NavigationTransition constructor
- Key? key,
- required GlobalKey<
ScaffoldState> scaffoldKey, - required AnimationController animationController,
- required CurvedAnimation railAnimation,
- required PreferredSizeWidget appBar,
- required Widget body,
Implementation
const NavigationTransition({
super.key,
required this.footer,
required this.scaffoldKey,
required this.animationController,
required this.railAnimation,
required this.navigationRail,
required this.navigationBar,
required this.appBar,
required this.body,
required this.showFooter,
});