TouchedSpot class abstract

holds information about touched spot on the axis based charts.

Implementers

Constructors

TouchedSpot(FlSpot spot, Offset offset)
spot represents the spot inside our axis based chart, 0, 0 is bottom left, and 1, 1 is top right.

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
Represents the touch position in device pixels, 0, 0 is top, left, and 1, 1 is bottom right.
final
props List<Object?>
Used for equality check, see EquatableMixin.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spot FlSpot
Represents the spot inside our axis based chart, 0, 0 is bottom left, and 1, 1 is top right.
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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