Flutter
widgets
Element
dirty property
dirty
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 ==
dirty property
bool
dirty
Returns true if the element has been marked as needing rebuilding.
Implementation
bool get dirty => _dirty;