onTouchDown method
Performs the touch-down action of appropriate point.
Hits while tapping on the chart.
- xPos - X value of the touch position.
- yPos - Y value of the touch position.
Implementation
@override
void onTouchDown(double xPos, double yPos) =>
_tooltipRenderingDetails.tooltipBehavior.showByPixel(xPos, yPos);