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