shellBuilder property

Widget Function(BuildContext context, ShellController controller, Widget child) shellBuilder
final

The wrapper around the nested navigator. child is the nested navigator.

Implementation

final Widget Function(
  BuildContext context,
  ShellController controller,
  Widget child,
) shellBuilder;