ShellRouteBuilder typedef

ShellRouteBuilder = Component Function(BuildContext context, RouteState state, Component child)

The component builder for ShellRoute.

Implementation

typedef ShellRouteBuilder = Component Function(
  BuildContext context,
  RouteState state,
  Component child,
);