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