Flutter
rendering
ContainerRenderObjectMixin
<
ChildType extends RenderObject
,
ParentDataType extends ContainerParentDataMixin<
ChildType
>
>
lastChild property
lastChild
ContainerRenderObjectMixin mixin
Constructors
ContainerRenderObjectMixin
Properties
childCount
firstChild
lastChild
alwaysNeedsCompositing
attached
constraints
debugCanParentUseSize
debugCreator
debugDoingThisLayout
debugDoingThisPaint
debugDoingThisResize
debugLayer
debugNeedsLayout
debugNeedsPaint
debugSemantics
depth
hashCode
isRepaintBoundary
layer
needsCompositing
owner
paintBounds
parent
parentData
runtimeType
semanticBounds
sizedByParent
Methods
add
addAll
attach
childAfter
childBefore
debugDescribeChildren
debugValidateChild
detach
insert
move
redepthChildren
remove
removeAll
visitChildren
adoptChild
applyPaintTransform
assembleSemanticsNode
clearSemantics
debugAssertDoesMeetConstraints
debugFillProperties
debugPaint
debugRegisterRepaintBoundaryPaint
debugResetSize
describeApproximatePaintClip
describeSemanticsClip
describeSemanticsConfiguration
dropChild
getTransformTo
handleEvent
invokeLayoutCallback
layout
markNeedsCompositingBitsUpdate
markNeedsLayout
markNeedsLayoutForSizedByParentChange
markNeedsPaint
markNeedsSemanticsUpdate
markParentNeedsLayout
noSuchMethod
paint
performLayout
performResize
reassemble
redepthChild
replaceRootLayer
rotate
scheduleInitialLayout
scheduleInitialPaint
scheduleInitialSemantics
sendSemanticsEvent
setupParentData
showOnScreen
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
visitChildrenForSemantics
Operators
operator ==
lastChild property
ChildType
lastChild
The last child in the child list.
Implementation
ChildType get lastChild => _lastChild;