debugDoingPaint property

bool debugDoingPaint

Whether this pipeline is currently in the paint phase.

Specifically, whether flushPaint is currently running.

Only valid when asserts are enabled.

Implementation

bool get debugDoingPaint => _debugDoingPaint;