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