RootMarkupRenderObject class

Inheritance

Constructors

RootMarkupRenderObject()

Properties

children → ChildList
latefinalinherited
hashCode → int
The hash code for this object.
no setterinherited
node → Node?
no setterinherited
parent ↔ MarkupRenderObject?
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(covariant MarkupRenderObject child, {covariant MarkupRenderObject? after}) → void
inherited
createChildRenderElement(String tag) → MarkupRenderElement
inherited
createChildRenderFragment() → MarkupRenderFragment
inherited
createChildRenderText(String text, [bool rawHtml = false]) → MarkupRenderText
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(covariant MarkupRenderObject child) → void
inherited
renderToHtml() → String
inherited
toString() → String
A string representation of this object.
inherited

Operators

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