HighchartsVennSeriesStatesHoverOptions constructor

HighchartsVennSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. String? borderColor,
  3. bool? enabled,
  4. double? lineWidth,
  5. double? lineWidthPlus,
  6. HighchartsSeriesStatesHoverMarkerOptions? marker,
  7. double? opacity,
})

Highcharts Options Widget.

Implementation

HighchartsVennSeriesStatesHoverOptions(
    {this.animation,
    this.borderColor,
    this.enabled,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker,
    this.opacity});