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