BarTouchResponse constructor

BarTouchResponse(
  1. BarTouchedSpot? spot
)

If touch happens, BarChart processes it internally and passes out a BarTouchedSpot that contains a spot, it gives you information about the touched spot.

Implementation

BarTouchResponse(this.spot) : super();