GetTouchLineY typedef

GetTouchLineY = double Function(LineChartBarData barData, int spotIndex)

Used for determine the touch indicator line's starting/end point.

Implementation

typedef GetTouchLineY = double Function(
  LineChartBarData barData,
  int spotIndex,
);