ShellNavigationContainerBuilder typedef

ShellNavigationContainerBuilder = Widget Function(BuildContext context, StatefulNavigationShell navigationShell, List<Widget> children)

Builder for a custom container for the branch Navigators of a StatefulShellRoute.

Implementation

typedef ShellNavigationContainerBuilder =
    Widget Function(
      BuildContext context,
      StatefulNavigationShell navigationShell,
      List<Widget> children,
    );