StatefulTreeShellRouteBuilder typedef
StatefulTreeShellRouteBuilder =
Widget Function(BuildContext context, GoRouterState state, )
Implementation
typedef StatefulTreeShellRouteBuilder = Widget Function(
BuildContext context,
GoRouterState state,
StatefulNavigationShell navigationShell,
);