HighchartsAOSeriesStatesHoverHaloOptions constructor

HighchartsAOSeriesStatesHoverHaloOptions({
  1. double? size,
  2. dynamic attributes,
  3. double? opacity,
})

Highcharts Options Widget.

Implementation

HighchartsAOSeriesStatesHoverHaloOptions(
    {this.size, this.attributes, this.opacity});