HighchartsSeriesStatesInactiveOptions constructor

HighchartsSeriesStatesInactiveOptions({
  1. HighchartsSeriesStatesInactiveAnimationOptions? animation,
  2. bool? enabled,
  3. double? opacity,
})

The opposite state of a hover for series.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.states.inactive

Implementation

HighchartsSeriesStatesInactiveOptions(
    {this.animation, this.enabled, this.opacity});