debugDoingLayout property

bool debugDoingLayout

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;