HighchartsGlobalButtonThemeOptions constructor

HighchartsGlobalButtonThemeOptions({
  1. String? fill,
  2. double? padding,
  3. double? r,
  4. HighchartsGlobalButtonThemeStatesOptions? states,
  5. String? stroke,
  6. double? strokeWidth,
  7. HighchartsGlobalButtonThemeStyleOptions? style,
})

General theme for buttons. This applies to the zoom button, exporting context menu, map navigation, range selector buttons and custom buttons generated using the SVGRenderer.button function. However, each of these may be overridden with more specific options.

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

Implementation

HighchartsGlobalButtonThemeOptions(
    {this.fill,
    this.padding,
    this.r,
    this.states,
    this.stroke,
    this.strokeWidth,
    this.style});