RadarTouchResponse class

Holds information about touch response in the RadarTouchResponse.

You can override RadarTouchData.touchCallback to handle touch events, it gives you a RadarTouchResponse and you can do whatever you want.

Inheritance

Constructors

RadarTouchResponse(RadarTouchedSpot? touchedSpot)
If touch happens, RadarChart processes it internally and passes out a RadarTouchResponse that contains a touchedSpot, it gives you information about the touched spot.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
touchedSpot RadarTouchedSpot?
touch happened on this spot. this spot has useful information about spot or entry
final

Methods

copyWith({RadarTouchedSpot? touchedSpot}) RadarTouchResponse
Copies current RadarTouchResponse to a new RadarTouchResponse, and replaces provided values.
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