RotatedTextFigure class

The figure to paint a rotated text.

Inheritance

Constructors

RotatedTextFigure(TextPainter painter, Offset offset, double rotation, Offset axis)
Creates a rotated text figure.

Properties

axis Offset
The axis for rotation.
final
hashCode int
The hash code for this object.
no setterinherited
offset Offset
The offset for TextPainter.paint.
finalinherited
painter TextPainter
The text painter.
finalinherited
rotation double
The test rotation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas) → void
Paints this figure.
override
toString() String
A string representation of this object.
inherited

Operators

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