onDoubleTap method

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

Performs the double-tap action on the chart.

Implementation

@override
void onDoubleTap(double xPos, double yPos) =>
    _selectionDetails.selectionRenderer?.performSelection(Offset(xPos, yPos));