HighchartsHeatmapSeriesDataAccessibilityOptions constructor

HighchartsHeatmapSeriesDataAccessibilityOptions({
  1. String? description,
  2. bool? enabled,
})

Accessibility options for a data point.

API Docs: https://api.highcharts.com/highcharts/series.heatmap.data.accessibility

Implementation

HighchartsHeatmapSeriesDataAccessibilityOptions(
    {this.description, this.enabled});