Renderer class

Constructors

Renderer({required Theme theme, TextPainterProvider painterProvider = const DefaultTextPainterProvider(), Logger? logger})

Properties

featureRenderer → FeatureDispatcher
final
hashCode int
The hash code for this object.
no setterinherited
logger Logger
final
painterProvider TextPainterProvider
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme Theme
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Canvas canvas, TileSource tile, {Rect? clip, required double zoomScaleFactor, required double zoom, required double rotation}) → void
renders the given tile to the canvas
toString() String
A string representation of this object.
inherited

Operators

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