Flutter
widgets
RenderObject
needsLayout
needsLayout
Flutter
widgets
RenderObject
needsLayout
property
needsLayout
Flutter
widgets
RenderObject
Static properties
debugActiveLayout
debugActivePaint
debugCheckingIntrinsics
Constructors
RenderObject
Properties
alwaysNeedsCompositing
constraints
debugCanParentUseSize
debugCreator
debugDoingThisLayout
debugDoingThisPaint
debugDoingThisResize
debugSemantics
isRepaintBoundary
isSemanticBoundary
layer
needsCompositing
needsLayout
owner
paintBounds
parentData
semanticBounds
semanticsAnnotator
sizedByParent
attached
depth
hashCode
parent
runtimeType
Operators
operator ==
Methods
adoptChild
applyPaintTransform
attach
clearSemantics
debugAssertDoesMeetConstraints
debugDescribeChildren
debugFillDescription
debugPaint
debugRegisterRepaintBoundaryPaint
debugResetSize
describeApproximatePaintClip
dropChild
handleEvent
invokeLayoutCallback
layout
markNeedsCompositingBitsUpdate
markNeedsLayout
markNeedsPaint
markNeedsSemanticsUpdate
markParentNeedsLayout
paint
performLayout
performResize
reassemble
replaceRootLayer
rotate
scheduleInitialLayout
scheduleInitialPaint
scheduleInitialSemantics
setupParentData
toString
toStringDeep
toStringShallow
visitChildren
visitChildrenForSemantics
detach
noSuchMethod
redepthChild
redepthChildren
bool
needsLayout
Whether this render object's layout information is dirty.
Source
bool get needsLayout => _needsLayout;