HighchartsHeatmapSeriesMarkerOptions constructor

HighchartsHeatmapSeriesMarkerOptions({
  1. bool? enabled,
  2. String? fillColor,
  3. double? height,
  4. String? lineColor,
  5. double? lineWidth,
  6. HighchartsHeatmapSeriesMarkerStatesOptions? states,
  7. String? symbol,
  8. double? width,
})

Highcharts Options Widget.

Implementation

HighchartsHeatmapSeriesMarkerOptions(
    {this.enabled,
    this.fillColor,
    this.height,
    this.lineColor,
    this.lineWidth,
    this.states,
    this.symbol,
    this.width});