transparent property
If true, then the route below this one will continue to be rendered when this route becomes active. If false, then this route is assumed to completely obscure any route that would be underneath, and therefore the route underneath doesn't need to be rendered.
Implementation
final bool transparent;