builder property

ShellRouteBuilder? builder
final

The widget builder for a shell route.

Similar to GoRoute.builder, but with an additional child parameter. This child parameter is the Widget managing the nested navigation for the matching sub-routes. Typically, a shell route builds its shell around this Widget.

Implementation

final ShellRouteBuilder? builder;