HighchartsLangAccessibilityTableOptions constructor

HighchartsLangAccessibilityTableOptions({
  1. String? tableSummary,
  2. String? viewAsDataTableButtonText,
})

Accessibility language options for the data table.

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

Implementation

HighchartsLangAccessibilityTableOptions(
    {this.tableSummary, this.viewAsDataTableButtonText});