HighchartsLangAccessibilityLegendOptions constructor

HighchartsLangAccessibilityLegendOptions({
  1. String? legendItem,
  2. String? legendLabel,
  3. String? legendLabelNoTitle,
})

Language options for accessibility of the legend.

API Docs: https://api.highcharts.com/highcharts/lang.accessibility.legend

Implementation

HighchartsLangAccessibilityLegendOptions(
    {this.legendItem, this.legendLabel, this.legendLabelNoTitle});