Home constructor
- Key? key,
- required AppAttributes appAttributes,
- required AnimationController controller,
- required GlobalKey<
ScaffoldState> scaffoldKey, - required void handleChangedPageIndex(
- int value
Implementation
const Home({
super.key,
required this.footer,
required this.appAttributes,
required this.controller,
required this.scaffoldKey,
required this.navigationShell,
required this.handleChangedPageIndex,
});