onTouchUp method
Performs the touch move action of chart.
Hits while release tap on the chart.
- xPos - X value of the touch position.
- yPos - Y value of the touch position.
Implementation
@override
void onTouchUp(double xPos, double yPos) =>
_tooltipRenderingDetails.tooltipBehavior.showByPixel(xPos, yPos);