Home constructor
- dynamic key,
- required dynamic appAttributes,
- required dynamic controller,
- required dynamic 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,
});