AppShell constructor

const AppShell({
  1. dynamic key,
  2. required dynamic navigationShell,
})

Implementation

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