isRendered property

  1. @internal
bool isRendered
getter/setter pair

If true, the page must be rendered normally. If false, the page should not be rendered, because it is completely obscured by another route which is on top of it. This variable is set by the RouterComponent.

Implementation

@internal
bool isRendered = true;