capturePending property

bool get capturePending

Whether a capture will run before the next frame renders.

Implementation

bool get capturePending =>
    _capturePending || (captureOnActivate && _environment == null);