HighchartsGlobalOptions constructor

HighchartsGlobalOptions({
  1. HighchartsGlobalButtonThemeOptions? buttonTheme,
})

Global options that don't apply to each chart. These options must be set using the Highcharts.setOptions method.

API Docs: https://api.highcharts.com/highcharts/global

Implementation

HighchartsGlobalOptions({this.buttonTheme});