RenderObject class abstract

Implementers

Constructors

RenderObject()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(covariant RenderObject? parent, covariant RenderObject? after) → void
createChildRenderObject() RenderObject
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → 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