HighchartsOHLCSeriesStatesHoverOptions constructor

HighchartsOHLCSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. double? brightness,
  3. bool? enabled,
  4. double? lineWidth,
})

Highcharts Options Widget.

Implementation

HighchartsOHLCSeriesStatesHoverOptions(
    {this.animation, this.brightness, this.enabled, this.lineWidth});