onExit method

  1. @override
void onExit(
  1. double xPos,
  2. double yPos
)
override

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) =>
    _trackballRenderingDetails.trackballBehavior.hide();