HighchartsFlagsSeriesStatesHoverOptions constructor

HighchartsFlagsSeriesStatesHoverOptions({
  1. HighchartsSeriesStatesHoverAnimationOptions? animation,
  2. double? brightness,
  3. bool? enabled,
  4. String? fillColor,
  5. String? lineColor,
})

Highcharts Options Widget.

Implementation

HighchartsFlagsSeriesStatesHoverOptions(
    {this.animation,
    this.brightness,
    this.enabled,
    this.fillColor,
    this.lineColor});