HighchartsXRangeSeriesStatesHoverOptions constructor

HighchartsXRangeSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. String? borderColor,
  3. double? brightness,
  4. String? color,
  5. bool? enabled,
})

Options for the hovered point. These settings override the normal state options when a point is moused over or touched.

API Docs: https://api.highcharts.com/highcharts/series.xrange.states.hover

Implementation

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