flutter_sprites
flutter_sprites
SpriteBox
needsLayout
needsLayout
flutter_sprites
flutter_sprites
SpriteBox
needsLayout
property
needsLayout
flutter_sprites
flutter_sprites
SpriteBox
Constructors
SpriteBox
Properties
alwaysNeedsCompositing
attached
constraints
debugCanParentUseSize
debugCreator
debugDoingThisLayout
debugDoingThisPaint
debugDoingThisResize
debugSemantics
depth
frameRate
hashCode
hasSize
isRepaintBoundary
isSemanticBoundary
layer
needsCompositing
needsLayout
owner
paintBounds
parent
parentData
rootNode
runtimeType
semanticBounds
semanticsAnnotator
size
sizedByParent
transformMatrix
transformMode
visibleArea
Operators
operator ==
Methods
adoptChild
applyPaintTransform
attach
clearSemantics
computeDistanceToActualBaseline
computeMaxIntrinsicHeight
computeMaxIntrinsicWidth
computeMinIntrinsicHeight
computeMinIntrinsicWidth
debugAssertDoesMeetConstraints
debugDescribeChildren
debugFillDescription
debugHandleEvent
debugPaint
debugPaintBaselines
debugPaintPointers
debugPaintSize
debugRegisterRepaintBoundaryPaint
debugResetSize
describeApproximatePaintClip
detach
dropChild
findNodesAtPosition
getDistanceToActualBaseline
getDistanceToBaseline
getMaxIntrinsicHeight
getMaxIntrinsicWidth
getMinIntrinsicHeight
getMinIntrinsicWidth
globalToLocal
handleEvent
hitTest
hitTestChildren
hitTestSelf
invokeLayoutCallback
layout
localToGlobal
markNeedsCompositingBitsUpdate
markNeedsLayout
markNeedsPaint
markNeedsSemanticsUpdate
markParentNeedsLayout
noSuchMethod
paint
performLayout
performResize
reassemble
redepthChild
redepthChildren
replaceRootLayer
rotate
scheduleInitialLayout
scheduleInitialPaint
scheduleInitialSemantics
setupParentData
toString
toStringDeep
toStringShallow
visitChildren
visitChildrenForSemantics
bool
needsLayout
Whether this render object's layout information is dirty.
Source
bool get needsLayout => _needsLayout;