HighchartsSankeySeriesLevelsStatesHoverOptions constructor

HighchartsSankeySeriesLevelsStatesHoverOptions({
  1. double? linkOpacity,
  2. double? opacity,
  3. String? borderColor,
  4. double? brightness,
  5. String? color,
  6. HighchartsSeriesStatesHoverAnimationOptions? animation,
  7. bool? enabled,
})

Highcharts Options Widget.

Implementation

HighchartsSankeySeriesLevelsStatesHoverOptions(
    {this.linkOpacity,
    this.opacity,
    this.borderColor,
    this.brightness,
    this.color,
    this.animation,
    this.enabled});