HighchartsLangAccessibilityZoomOptions constructor

HighchartsLangAccessibilityZoomOptions({
  1. String? mapZoomIn,
  2. String? mapZoomOut,
  3. String? resetZoomButton,
})

Chart and map zoom accessibility language options.

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

Implementation

HighchartsLangAccessibilityZoomOptions(
    {this.mapZoomIn, this.mapZoomOut, this.resetZoomButton});