isVisible property
final
Whether the schematic tab is currently visible to the user. When false, expensive layout computations are deferred until visible. This prevents the schematic from blocking the UI when the waveform (or another tab) is active.
Implementation
final bool isVisible;