needsLayout property

bool get needsLayout
inherited

Whether this render object needs layout.

This is true after markNeedsLayout is called and before layout is performed.

Implementation

bool get needsLayout => _needsLayout;