HighchartsMACDSeriesStatesHoverHaloOptions constructor

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

Highcharts Options Widget.

Implementation

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