HighchartsNavigationButtonThemeOptions class
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.
API Docs: https://api.highcharts.com/highcharts/navigation.buttonOptions.theme
- Inheritance
- 
    - Object
- HighchartsOptionsBase
- HighchartsNavigationButtonThemeOptions
 
Constructors
- 
          A configuration object for the button theme. The object accepts SVG properties like stroke-width,strokeandfill. Tri-state button styles are supported by thestates.hoverandstates.selectobjects.
Properties
- 
  fill
  ↔ Map<String, dynamic> ?
- 
  The default fill exists only to capture hover events.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- padding ↔ double?
- 
  Padding for the button.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- stroke ↔ String?
- 
  Default stroke for the buttons.
  getter/setter pair
- strokeLinecap ↔ String?
- 
  Default stroke linecap for the buttons.
  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