PlatformRenderer class abstract
Interface for platform-specific renderers.
Each platform (Web, Canvas, Native) implements this to translate the abstract render tree into platform-specific output.
Constructors
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
-
createNode(
dynamic component) → RenderNode - Creates a render node for the given component.
-
mount(
RenderNode node, dynamic target) → void - Mounts a render node to the platform's render target.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
RenderNode node) → void - Performs a paint pass on the render tree.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited