HighchartsTilemapSeriesStatesHoverHaloOptions constructor

HighchartsTilemapSeriesStatesHoverHaloOptions({
  1. HighchartsTilemapSeriesStatesHoverHaloAttributesOptions? attributes,
  2. bool? enabled,
  3. double? opacity,
  4. double? size,
})

Highcharts Options Widget.

Implementation

HighchartsTilemapSeriesStatesHoverHaloOptions(
    {this.attributes, this.enabled, this.opacity, this.size});