HighchartsLangAccessibilitySonificationOptions constructor

HighchartsLangAccessibilitySonificationOptions({
  1. String? playAsSoundButtonText,
  2. String? playAsSoundClickAnnouncement,
})

Language options for sonification.

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

Implementation

HighchartsLangAccessibilitySonificationOptions(
    {this.playAsSoundButtonText, this.playAsSoundClickAnnouncement});