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