HighchartsFunnelSeriesStatesHoverOptions constructor

HighchartsFunnelSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. double? brightness,
  3. bool? enabled,
})

Highcharts Options Widget.

Implementation

HighchartsFunnelSeriesStatesHoverOptions(
    {this.animation, this.brightness, this.enabled});