onTouchMove method

  1. @override
void onTouchMove (double xPos, double yPos)
override

Performs the touch move action of chart.

Implementation

@override
void onTouchMove(double xPos, double yPos) {
  // Not valid for tooltip
}