Flutter
widgets
Element
owner property
owner
Element class
Constructors
Element
Properties
depth
dirty
hashCode
owner
renderObject
size
slot
widget
runtimeType
Methods
activate
ancestorInheritedElementForWidgetOfExactType
ancestorRenderObjectOfType
ancestorStateOfType
ancestorWidgetOfExactType
attachRenderObject
deactivate
deactivateChild
debugDeactivated
debugDescribeChildren
debugFillProperties
debugGetCreatorChain
debugGetDiagnosticChain
debugVisitOnstageChildren
detachRenderObject
didChangeDependencies
findRenderObject
forgetChild
inflateWidget
inheritFromElement
inheritFromWidgetOfExactType
markNeedsBuild
mount
performRebuild
rebuild
rootAncestorStateOfType
toStringShort
unmount
update
updateChild
updateSlotForChild
visitAncestorElements
visitChildElements
visitChildren
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
Operators
operator ==
owner property
BuildOwner
owner
override
The object that manages the lifecycle of this element.
Implementation
@override BuildOwner get owner => _owner;