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