ChartInteractionResult constructor

const ChartInteractionResult({
  1. ChartDataPoint? point,
  2. PieData? segment,
  3. int? datasetIndex,
  4. int? elementIndex,
  5. bool isHit = false,
})

Implementation

const ChartInteractionResult({
  this.point,
  this.segment,
  this.datasetIndex,
  this.elementIndex,
  this.isHit = false,
});