HCNavigationButtonThemeOptions class

(Highcharts, Highstock, Highmaps, Gantt) A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects.

Implemented types

Constructors

HCNavigationButtonThemeOptions({dynamic fill, num? padding, String? stroke})
const

Properties

fill → dynamic
(Highcharts, Highstock, Highmaps, Gantt) The default fill exists only to capture hover events.
final
hashCode int
The hash code for this object.
no setterinherited
padding num?
(Highcharts, Highstock, Highmaps, Gantt) Padding for the button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stroke String?
(Highcharts, Highstock, Highmaps, Gantt) Default stroke for the buttons.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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