HighchartsNavigationButtonThemeOptions constructor

HighchartsNavigationButtonThemeOptions({
  1. Map<String, dynamic>? fill,
  2. double? padding,
  3. String? stroke,
  4. String? strokeLinecap,
})

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

Implementation

HighchartsNavigationButtonThemeOptions(
    {this.fill, this.padding, this.stroke, this.strokeLinecap});