onLongPress method

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

Performs the long press action on the chart.

Implementation

@override
void onLongPress(double xPos, double yPos) {
  _selectionRenderer.performSelection(Offset(xPos, yPos));
}