StatefulTreeShellRouteBuilder typedef

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

Implementation

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