RadarTouchResponse constructor

RadarTouchResponse(
  1. 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.

Implementation

RadarTouchResponse(this.touchedSpot) : super();