debugDoingThisLayout property

bool get debugDoingThisLayout
inherited

Whether performLayout for this render object is currently running.

Only valid when asserts are enabled. In release builds, always returns false.

Implementation

bool get debugDoingThisLayout => _debugDoingThisLayout;