HighchartsHistogramSeriesStatesSelectOptions constructor

HighchartsHistogramSeriesStatesSelectOptions({
  1. HighchartsSeriesStatesSelectAnimationOptions? animation,
  2. String? borderColor,
  3. String? color,
  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.histogram.states.select

Implementation

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