StatefulTreeShellRoutePageBuilder typedef
StatefulTreeShellRoutePageBuilder =
Page Function(BuildContext context, GoRouterState state, )
Implementation
typedef StatefulTreeShellRoutePageBuilder = Page<dynamic> Function(
BuildContext context,
GoRouterState state,
StatefulNavigationShell navigationShell,
);