ChartInteractionResult constructor
const
ChartInteractionResult({
- ChartDataPoint? point,
- PieData? segment,
- int? datasetIndex,
- int? elementIndex,
- bool isHit = false,
Implementation
const ChartInteractionResult({
this.point,
this.segment,
this.datasetIndex,
this.elementIndex,
this.isHit = false,
});