ShellPage constructor

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

Implementation

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