RenderObject class abstract

Implementers

Constructors

RenderObject.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
node → Node?
no setter
parent RenderObject?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(covariant RenderObject child, {covariant RenderObject? after}) → void
createChildRenderObject() RenderObject
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(covariant RenderObject child) → void
skipChildren() → void
toString() String
A string representation of this object.
inherited
updateElement(String tag, String? id, String? classes, Map<String, String>? styles, Map<String, String>? attributes, Map<String, EventCallback>? events) → void
updateText(String text) → void

Operators

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