debugDoingLayout property
Whether this pipeline is currently in the layout phase.
Specifically, whether flushLayout is currently running.
Only valid when asserts are enabled; in release builds, this always returns false.
Implementation
bool get debugDoingLayout => _debugDoingLayout;