HighchartsAOSeriesStatesHoverOptions constructor

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

Highcharts Options Widget.

Implementation

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