Flutter
rendering
ContainerLayer
lastChild property
lastChild
ContainerLayer class
Constructors
ContainerLayer
Properties
firstChild
lastChild
alwaysNeedsAddToScene
attached
debugCreator
debugSubtreeNeedsAddToScene
depth
hashCode
nextSibling
owner
parent
previousSibling
runtimeType
Methods
addChildrenToScene
addToScene
append
applyTransform
attach
debugDescribeChildren
detach
find
removeAllChildren
updateSubtreeNeedsAddToScene
adoptChild
debugFillProperties
debugMarkClean
dropChild
markNeedsAddToScene
noSuchMethod
redepthChild
redepthChildren
remove
replaceWith
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
lastChild property
Layer
lastChild
The last composited layer in this layer's child list.
Implementation
Layer get lastChild => _lastChild;