StatefulShellRoutePageBuilder typedef
StatefulShellRoutePageBuilder =
Page Function(BuildContext context, GoRouterState state, )
The page builder for StatefulShellRoute.
Implementation
typedef StatefulShellRoutePageBuilder =
Page<dynamic> Function(
BuildContext context,
GoRouterState state,
StatefulNavigationShell navigationShell,
);