Flutter
rendering
ContainerLayer
firstChild property
firstChild
description
firstChild
property
Null safety
Layer
?
firstChild
The first composited layer in this layer's child list.
Implementation
Layer? get firstChild => _firstChild;
Flutter
rendering
ContainerLayer
firstChild property
ContainerLayer class
Constructors
ContainerLayer
Properties
alwaysNeedsAddToScene
attached
debugCreator
debugDisposed
debugHandleCount
debugSubtreeNeedsAddToScene
depth
engineLayer
firstChild
hasChildren
hashCode
lastChild
nextSibling
owner
parent
previousSibling
runtimeType
subtreeHasCompositionCallbacks
Methods
addChildrenToScene
addCompositionCallback
addToScene
adoptChild
append
applyTransform
attach
buildScene
debugDescribeChildren
debugFillProperties
debugMarkClean
depthFirstIterateChildren
describeClipBounds
detach
dispose
dropChild
find
findAllAnnotations
findAnnotations
markNeedsAddToScene
noSuchMethod
redepthChild
redepthChildren
remove
removeAllChildren
supportsRasterization
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateSubtreeNeedsAddToScene
Operators
operator ==