HighchartsAccessibilityOptions constructor
      
      HighchartsAccessibilityOptions({ 
    
- HighchartsAccessibilityAnnounceNewDataOptions? announceNewData,
- dynamic customComponents,
- String? description,
- bool? enabled,
- String? highContrastMode,
- dynamic highContrastTheme,
- String? landmarkVerbosity,
- String? linkedDescription,
- HighchartsAccessibilityPointOptions? point,
- HighchartsAccessibilityScreenReaderSectionOptions? screenReaderSection,
- HighchartsAccessibilitySeriesOptions? series,
- String? typeDescription,
Options for configuring accessibility for the chart. Requires the accessibility module to be loaded. For a description of the module and information on its features, see Highcharts Accessibility.
API Docs: https://api.highcharts.com/highcharts/accessibility
Implementation
HighchartsAccessibilityOptions(
    {this.announceNewData,
    this.customComponents,
    this.description,
    this.enabled,
    this.highContrastMode,
    this.highContrastTheme,
    this.keyboardNavigation,
    this.landmarkVerbosity,
    this.linkedDescription,
    this.point,
    this.screenReaderSection,
    this.series,
    this.typeDescription});