HighchartsStreamgraphSeriesMarkerOptions constructor

HighchartsStreamgraphSeriesMarkerOptions({
  1. bool? enabled,
  2. double? enabledThreshold,
  3. String? fillColor,
  4. double? height,
  5. String? lineColor,
  6. double? lineWidth,
  7. double? radius,
  8. HighchartsSeriesMarkerStatesOptions? states,
  9. String? symbol,
  10. double? width,
})

Highcharts Options Widget.

Implementation

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