HighchartsTreegraphSeriesMarkerOptions constructor

HighchartsTreegraphSeriesMarkerOptions({
  1. String? fillColor,
  2. double? height,
  3. String? lineColor,
  4. double? lineWidth,
  5. double? radius,
  6. HighchartsSeriesMarkerStatesOptions? states,
  7. String? symbol,
  8. double? width,
})

Highcharts Options Widget.

Implementation

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