debugFrameCount property

  1. @visibleForTesting
int get debugFrameCount

Frames this binding has painted and rendered since construction.

Deliberate: a headless renderer paints without any observable side effect, so drive mode and integration tests need a repaint signal that does not depend on diffing two captured frames.

Implementation

@visibleForTesting
int get debugFrameCount => _frameCount;