Node<T extends Widget> class abstract

Implementers

Constructors

Node(T _widget)

Properties

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

Methods

dependOnInheritedWidgetOfExactType<U extends InheritedWidget>() → U
didDependenciesUpdate() → void
didWidgetUpdate(T oldWidget) → void
dispose() → void
enqueueSubtreeUpdate() → void
initialize() → 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
willWidgetUpdate(T newWidget) → void

Operators

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