HomeScreen constructor

const HomeScreen({
  1. Key? key,
  2. required StatefulNavigationShell navigationShell,
})

Implementation

const HomeScreen({
  super.key,
  required this.navigationShell,
});