TextNode class

Inheritance

Constructors

TextNode(Text widget)

Properties

context BuildContext
latefinalinherited
element SpanElement
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 Text
getter/setter pairinherited

Methods

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

Operators

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