PaintedNode<T extends PaintedWidget, U extends Element> class abstract

Inheritance
Implementers

Constructors

PaintedNode(T widget, {required U element})

Properties

context BuildContext
latefinalinherited
element → U
final
hashCode int
The hash code for this object.
no setterinherited
parentNode Node<Widget>?
latefinalinherited
parentNodes List<Node<Widget>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget ↔ T
getter/setter pairinherited

Methods

dependOnInheritedWidgetOfExactType<U extends InheritedWidget>() → U
inherited
didDependenciesUpdate() → void
inherited
didWidgetUpdate(T oldWidget) → void
override
dispose() → void
override
disposeElement() → void
enqueueSubtreeUpdate() → void
inherited
initialize() → void
override
initializeElement() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSubtree() → void
override
willWidgetUpdate(T newWidget) → void
override

Operators

operator ==(Object other) bool
The equality operator.
inherited