RendererController class

Public facade that wires the renderer, gesture handling, and plugins.

Constructors

RendererController({required Schema schema, required Size viewportSize, List<InteractivePlugin>? interactivePlugins})

Properties

hashCode int
The hash code for this object.
no setterinherited
interactions RendererInteractions
latefinal
pluginManager RendererPluginManager
final
renderer RendererCore
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleScaleStart(ScaleStartDetails details) → void
handleScaleUpdate(ScaleUpdateDetails details) → void
handleTap() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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