StatefulNode class

Inheritance

Constructors

StatefulNode(StatefulWidget widget)

Properties

childNode Node<Widget>
getter/setter pair
context BuildContext
latefinalinherited
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 StatefulWidget
getter/setter pairinherited

Methods

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

Operators

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