HighchartsVariablePieSeriesStatesHoverOptions constructor

HighchartsVariablePieSeriesStatesHoverOptions({
  1. double? brightness,
  2. HighchartsSeriesStatesHoverAnimationOptions? animation,
  3. bool? enabled,
  4. HighchartsSeriesStatesHoverHaloOptions? halo,
})

Highcharts Options Widget.

Implementation

HighchartsVariablePieSeriesStatesHoverOptions(
    {this.brightness, this.animation, this.enabled, this.halo});