keepAliveOffstage property

bool keepAliveOffstage
final

True if the sheet to which this controller is attached should be kept alive even when it is offstage. Setting it to true retains the sheet's state even when it is not visible. Defaults to false. Keeping multiple sheets alive even when offstage can negatively impact performance.

Implementation

final bool keepAliveOffstage;