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