TestRenderObject class

Implementers

Constructors

TestRenderObject()

Properties

children List<TestRenderObject>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
node → Node?
no setter
parent TestRenderObject?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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