HighchartsDumbbellSeriesStatesHoverOptions constructor
HighchartsDumbbellSeriesStatesHoverOptions({
- double? connectorWidthPlus,
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- bool? enabled,
- HighchartsSeriesStatesHoverHaloOptions? halo,
- double? lineWidth,
- double? lineWidthPlus,
- HighchartsSeriesStatesHoverMarkerOptions? marker,
Highcharts Options Widget.
Implementation
HighchartsDumbbellSeriesStatesHoverOptions(
{this.connectorWidthPlus,
this.animation,
this.enabled,
this.halo,
this.lineWidth,
this.lineWidthPlus,
this.marker});