HighchartsTilemapSeriesStatesHoverOptions constructor

HighchartsTilemapSeriesStatesHoverOptions({
  1. HighchartsTilemapSeriesStatesHoverHaloOptions? halo,
  2. double? brightness,
  3. HighchartsSeriesStatesHoverAnimationOptions? animation,
  4. bool? enabled,
  5. double? lineWidth,
  6. double? lineWidthPlus,
  7. HighchartsSeriesStatesHoverMarkerOptions? marker,
})

Highcharts Options Widget.

Implementation

HighchartsTilemapSeriesStatesHoverOptions(
    {this.halo,
    this.brightness,
    this.animation,
    this.enabled,
    this.lineWidth,
    this.lineWidthPlus,
    this.marker});