HighchartsBubbleSeriesDataAccessibilityOptions constructor

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

Accessibility options for a data point.

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

Implementation

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