pageBuilder property Null safety
final
The page builder for a shell route.
Similar to GoRoute pageBuilder, but with an additional child parameter. This child parameter is the Widget built by calling the matching sub-route's builder.
Implementation
final ShellRoutePageBuilder? pageBuilder;