debugDoingPaint property
Whether this pipeline is currently in the paint phase.
Specifically, whether flushPaint is currently running.
Only valid when asserts are enabled. In release builds, this always returns false.
Implementation
bool get debugDoingPaint => _debugDoingPaint;