HighchartsVennSeriesStatesHoverOptions constructor
HighchartsVennSeriesStatesHoverOptions({
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- String? borderColor,
- bool? enabled,
- double? lineWidth,
- double? lineWidthPlus,
- HighchartsSeriesStatesHoverMarkerOptions? marker,
- double? opacity,
Highcharts Options Widget.
Implementation
HighchartsVennSeriesStatesHoverOptions(
{this.animation,
this.borderColor,
this.enabled,
this.lineWidth,
this.lineWidthPlus,
this.marker,
this.opacity});