HighchartsVennSeriesStatesSelectOptions constructor

HighchartsVennSeriesStatesSelectOptions({
  1. HighchartsVennSeriesStatesSelectAnimationOptions? animation,
  2. String? borderColor,
  3. String? color,
  4. bool? enabled,
  5. double? lineWidth,
  6. double? lineWidthPlus,
  7. HighchartsSeriesStatesHoverMarkerOptions? marker,
})

Highcharts Options Widget.

Implementation

HighchartsVennSeriesStatesSelectOptions(
    {this.animation,
    this.borderColor,
    this.color,
    this.enabled,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker});