AppNavigationBar constructor

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

Implementation

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