StatefulShellRouteBuilder typedef
StatefulShellRouteBuilder =
Widget Function(BuildContext context, GoRouterState state, )
The widget builder for StatefulShellRoute.
Implementation
typedef StatefulShellRouteBuilder = Widget Function(
BuildContext context,
GoRouterState state,
StatefulNavigationShell navigationShell,
);