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