Watcher class abstract

The Text Draw watcher

Using it for record canvas events happens during rendering arc text

Constructors

Watcher()

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

drawText(String text, TextStyle style, Offset position) → void
canvas draw text
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restore() → void
canvas restore
rotate(double rotation) → void
canvas rotate
save() → void
canvas save
scale(double scale) → void
canvas scale
toString() String
A string representation of this object.
inherited
translate(double dx, double dy) → void
canvas translate

Operators

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