HighchartsSankeySeriesLevelsStatesSelectOptions constructor

HighchartsSankeySeriesLevelsStatesSelectOptions({
  1. String? borderColor,
  2. String? color,
  3. HighchartsSeriesStatesSelectAnimationOptions? animation,
  4. bool? enabled,
})

Options for the selected point. These settings override the normal state options when a point is selected.

API Docs: https://api.highcharts.com/highcharts/series.sankey.levels.states.select

Implementation

HighchartsSankeySeriesLevelsStatesSelectOptions(
    {this.borderColor, this.color, this.animation, this.enabled});