ContainerNode class

Inheritance

Constructors

ContainerNode(Container widget)

Properties

childNodes List<Node<Widget>>
getter/setter pair
context BuildContext
latefinalinherited
element DivElement
finalinherited
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 Container
getter/setter pairinherited

Methods

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

Operators

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