HighchartsWaterfallSeriesStatesHoverOptions constructor

HighchartsWaterfallSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. String? borderColor,
  3. double? brightness,
  4. String? color,
  5. bool? enabled,
  6. double? lineWidthPlus,
})

Highcharts Options Widget.

Implementation

HighchartsWaterfallSeriesStatesHoverOptions(
    {this.animation,
    this.borderColor,
    this.brightness,
    this.color,
    this.enabled,
    this.lineWidthPlus});