Navigation constructor
const
Navigation({})
Implementation
const Navigation({
super.key,
required this.title,
required this.inputScreens,
required this.appBarActions,
required this.floatingActionButton,
required this.bottomNavigationBarItems,
required this.scrollController,
});