ShellScaffold constructor

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

Implementation

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