HighchartsGlobalButtonThemeOptions constructor
HighchartsGlobalButtonThemeOptions({
- String? fill,
- double? padding,
- double? r,
- HighchartsGlobalButtonThemeStatesOptions? states,
- String? stroke,
- double? strokeWidth,
- 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});