HighchartsTimelineSeriesStatesHoverOptions constructor

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

Highcharts Options Widget.

Implementation

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