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 built by calling the matching sub-route's builder.
Implementation
final ShellRouteBuilder? builder;