Flutter
rendering
AbstractNode
parent
parent
Flutter
rendering
AbstractNode
parent
property
parent
Flutter
rendering
AbstractNode
Constructors
AbstractNode
Properties
attached
depth
owner
parent
hashCode
runtimeType
Operators
operator ==
Methods
adoptChild
attach
detach
dropChild
redepthChild
redepthChildren
noSuchMethod
toString
AbstractNode
parent
The parent of this node in the tree.
Source
AbstractNode get parent => _parent;