onTouchDown method

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

Performs the touch-down action on the chart.

Implementation

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