debugDoingThisLayout property Null safety

bool debugDoingThisLayout

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;