debugNeedsLayout property
bool
get
debugNeedsLayout
Whether this render object is waiting for layout.
Implementation
bool get debugNeedsLayout => _needsLayout;
Whether this render object is waiting for layout.
bool get debugNeedsLayout => _needsLayout;