HighchartsTreegraphSeriesLinkOptions constructor

HighchartsTreegraphSeriesLinkOptions({
  1. String? color,
  2. String? cursor,
  3. double? curveFactor,
  4. double? lineWidth,
  5. double? radius,
  6. String? type,
})

Highcharts Options Widget.

Implementation

HighchartsTreegraphSeriesLinkOptions(
    {this.color,
    this.cursor,
    this.curveFactor,
    this.lineWidth,
    this.radius,
    this.type});