HighchartsArcDiagramSeriesStatesInactiveOptions constructor
      
      HighchartsArcDiagramSeriesStatesInactiveOptions({ 
    
- HighchartsSeriesStatesInactiveAnimationOptions? animation,
 - bool? enabled,
 - double? linkOpacity,
 - 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});