RenderObjectNode class abstract

RenderObjectNode provide the renderObject related abstract life cycle for Node or Elements, which wrap RenderObjects, which provide the actual rendering of the application.

Implementers

Constructors

RenderObjectNode()

Properties

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

Methods

createRenderer() RenderBox
Creates an instance of the RenderObject class that this RenderObjectNode represents, using the configuration described by this RenderObjectNode.
didAttachRenderer() → void
didDetachRenderer() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
willAttachRenderer() → void
The renderObject will be / has been insert into parent. You can apply properties to renderObject.
willDetachRenderer() → void
A render object previously associated with this Node will be / has been removed from the tree. The given RenderObject will be of the same type as returned by this object's createRenderer.

Operators

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