StatefulShellRouteBuilder typedef

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

The widget builder for StatefulShellRoute.

Implementation

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