DuckRouterShellBuilder typedef

DuckRouterShellBuilder = Widget Function(BuildContext context, Widget child)

A builder for a shell around the DuckRouter.

Implementation

typedef DuckRouterShellBuilder = Widget Function(
  BuildContext context,
  Widget child,
);