HighchartsDependencyWheelSeriesStatesHoverOptions constructor

HighchartsDependencyWheelSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. String? borderColor,
  3. double? brightness,
  4. String? color,
  5. bool? enabled,
  6. double? linkOpacity,
  7. double? opacity,
})

Highcharts Options Widget.

Implementation

HighchartsDependencyWheelSeriesStatesHoverOptions(
    {this.animation,
    this.borderColor,
    this.brightness,
    this.color,
    this.enabled,
    this.linkOpacity,
    this.opacity});