HighchartsPieSeriesStatesHoverOptions constructor
      
      HighchartsPieSeriesStatesHoverOptions({ 
    
- double? brightness,
 - HighchartsSeriesStatesHoverAnimationOptions? animation,
 - bool? enabled,
 - HighchartsSeriesStatesHoverHaloOptions? halo,
 - String? borderColor,
 - double? borderWidth,
 - String? color,
 
Highcharts Options Widget.
Implementation
HighchartsPieSeriesStatesHoverOptions(
    {this.brightness,
    this.animation,
    this.enabled,
    this.halo,
    this.borderColor,
    this.borderWidth,
    this.color});