HighchartsDumbbellSeriesStatesHoverOptions constructor

HighchartsDumbbellSeriesStatesHoverOptions({
  1. double? connectorWidthPlus,
  2. HighchartsSeriesStatesHoverAnimationOptions? animation,
  3. bool? enabled,
  4. HighchartsSeriesStatesHoverHaloOptions? halo,
  5. double? lineWidth,
  6. double? lineWidthPlus,
  7. HighchartsSeriesStatesHoverMarkerOptions? marker,
})

Highcharts Options Widget.

Implementation

HighchartsDumbbellSeriesStatesHoverOptions(
    {this.connectorWidthPlus,
    this.animation,
    this.enabled,
    this.halo,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker});