onExit method
performs the mouse-exit action.
Hits while exit tap on the chart.
- xPos - X value of the touch position.
- yPos - Y value of the touch position.
Implementation
@override
void onExit(double xPos, double yPos) => _trackballBehavior.hide();