HighchartsPieSeriesStatesHoverOptions constructor

HighchartsPieSeriesStatesHoverOptions({
  1. double? brightness,
  2. HighchartsSeriesStatesHoverAnimationOptions? animation,
  3. bool? enabled,
  4. HighchartsSeriesStatesHoverHaloOptions? halo,
  5. String? borderColor,
  6. double? borderWidth,
  7. String? color,
})

Highcharts Options Widget.

Implementation

HighchartsPieSeriesStatesHoverOptions(
    {this.brightness,
    this.animation,
    this.enabled,
    this.halo,
    this.borderColor,
    this.borderWidth,
    this.color});