maintainState property

bool maintainState
final

Whether the route should remain in memory when it is inactive.

If this is true, then the route is maintained, so that any futures it is holding from the next route will properly resolve when the next route pops. If this is not necessary, this can be set to false to allow the framework to entirely discard the route's widget hierarchy when it is not visible.

The value of this getter should not change during the lifetime of the object. It is used by createOverlayEntries, which is called by install near the beginning of the route lifecycle.

Implementation

final bool maintainState