TouchLineBarSpot constructor

TouchLineBarSpot(
  1. LineChartBarData bar,
  2. int barIndex,
  3. FlSpot spot,
  4. double distance,
)

Implementation

TouchLineBarSpot(
  super.bar,
  super.barIndex,
  super.spot,
  this.distance,
);