Flutter
rendering
SemanticsNode
parent
parent
Flutter
rendering
SemanticsNode
parent
property
parent
Flutter
rendering
SemanticsNode
Constructors
SemanticsNode
root
Properties
childrenCount
hasCheckedState
hasChildren
id
isChecked
label
mergeAllDescendantsIntoThisNode
owner
parent
rect
transform
wasAffectedByClip
attached
depth
hashCode
runtimeType
Operators
operator ==
Methods
addAction
addAdjustmentActions
addChildren
addHorizontalScrollingActions
addVerticalScrollingActions
attach
detach
finalizeChildren
getSemanticsData
redepthChildren
reset
toString
toStringDeep
visitChildren
adoptChild
dropChild
noSuchMethod
redepthChild
SemanticsNode
parent
The parent of this node in the tree.
Source
@override SemanticsNode get parent => super.parent;