Flutter
widgets
ProxyElement
ProxyElement constructor
ProxyElement
ProxyElement class
Constructors
ProxyElement
Properties
widget
depth
dirty
hashCode
owner
renderObject
runtimeType
size
slot
Methods
build
notifyClients
update
updated
activate
ancestorInheritedElementForWidgetOfExactType
ancestorRenderObjectOfType
ancestorStateOfType
ancestorWidgetOfExactType
attachRenderObject
deactivate
deactivateChild
debugDeactivated
debugDescribeChildren
debugFillProperties
debugGetCreatorChain
debugGetDiagnosticChain
debugVisitOnstageChildren
detachRenderObject
didChangeDependencies
findRenderObject
forgetChild
inflateWidget
inheritFromElement
inheritFromWidgetOfExactType
markNeedsBuild
mount
noSuchMethod
performRebuild
rebuild
rootAncestorStateOfType
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
unmount
updateChild
updateSlotForChild
visitAncestorElements
visitChildElements
visitChildren
Operators
operator ==
ProxyElement constructor
ProxyElement
(
ProxyWidget
widget
)
Initializes fields for subclasses.
Implementation
ProxyElement(ProxyWidget widget) : super(widget);