HighchartsGlobalButtonThemeOptions class

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

Inheritance

Constructors

HighchartsGlobalButtonThemeOptions.new({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.

Properties

fill String?
The fill color for buttons
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
padding double?
The padding of buttons
getter/setter pair
r double?
The border radius for buttons
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
states HighchartsGlobalButtonThemeStatesOptions?
State overrides for the buttons
getter/setter pair
stroke String?
The stroke color for buttons
getter/setter pair
strokeWidth double?
The stroke width for buttons
getter/setter pair
style HighchartsGlobalButtonThemeStyleOptions?
CSS styling for the buttons' text
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited