Flutter
rendering
Layer
nextSibling property
nextSibling
Layer class
Constructors
Layer
Properties
alwaysNeedsAddToScene
debugCreator
debugSubtreeNeedsAddToScene
nextSibling
parent
previousSibling
attached
depth
hashCode
owner
runtimeType
Methods
addToScene
adoptChild
debugFillProperties
debugMarkClean
dropChild
find
markNeedsAddToScene
remove
replaceWith
toStringShort
updateSubtreeNeedsAddToScene
attach
debugDescribeChildren
detach
noSuchMethod
redepthChild
redepthChildren
toDiagnosticsNode
toString
toStringDeep
toStringShallow
Operators
operator ==
nextSibling property
Layer
nextSibling
This layer's next sibling in the parent layer's child list.
Implementation
Layer get nextSibling => _nextSibling;