Description class

Inheritance

Constructors

Description()

Properties

enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
position MPPointF?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair
textAlign TextAlign
getter/setter pair
textColor Color
getter/setter pairinherited
textSize double
getter/setter pairinherited
typeface TypeFace?
getter/setter pairinherited
xOffset double
getter/setter pairinherited
yOffset double
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPosition(double x, double y) → void
Sets a custom position for the description text in pixels on the screen.
toString() String
A string representation of this object.
inherited

Operators

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