HighchartsArcDiagramSeriesStatesInactiveOptions constructor

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

The opposite state of a hover for a single point node/link.

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

Implementation

HighchartsArcDiagramSeriesStatesInactiveOptions(
    {this.animation, this.enabled, this.linkOpacity, this.opacity});