keepAlive property

  1. @protected
bool get keepAlive

Whether the associated subtree should be kept alive.

Override this getter to toggle the keep-alive behavior at runtime.

Implementation

@protected
bool get keepAlive => true;