HighchartsTilemapSeriesStatesHoverOptions constructor
HighchartsTilemapSeriesStatesHoverOptions({
- HighchartsTilemapSeriesStatesHoverHaloOptions? halo,
- double? brightness,
- HighchartsSeriesStatesHoverAnimationOptions? animation,
- bool? enabled,
- double? lineWidth,
- double? lineWidthPlus,
- HighchartsSeriesStatesHoverMarkerOptions? marker,
Highcharts Options Widget.
Implementation
HighchartsTilemapSeriesStatesHoverOptions(
{this.halo,
this.brightness,
this.animation,
this.enabled,
this.lineWidth,
this.lineWidthPlus,
this.marker});