ChartInteractionOptions constructor

const ChartInteractionOptions({
  1. bool showTooltip = true,
  2. bool showActiveElement = true,
})

Implementation

const ChartInteractionOptions({
  this.showTooltip = true,
  this.showActiveElement = true,
});