debugDoingPaint property
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;
Whether this pipeline is currently in the paint phase.
Specifically, whether flushPaint is currently running.
Only valid when asserts are enabled.
bool get debugDoingPaint => _debugDoingPaint;