TextFigure class

The figure to paint text.

See also:

Inheritance
Implementers

Constructors

TextFigure(TextPainter painter, Offset offset)
Creates a text figure.

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
The offset for TextPainter.paint.
final
painter TextPainter
The text painter.
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