onTouchMove method
Performs the touch-move action.
Hits while tap and moving on the chart.
- xPos - X value of the touch position.
- yPos - Y value of the touch position.
Implementation
@override
void onTouchMove(double xPos, double yPos) =>
_trackballRenderingDetails.trackballBehavior.show(xPos, yPos, 'pixel');