HighchartsBulletSeriesDataAccessibilityOptions constructor

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

Accessibility options for a data point.

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

Implementation

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