HighchartsBoxPlotSeriesDataAccessibilityOptions constructor

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

Accessibility options for a data point.

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

Implementation

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