HighchartsOrganizationSeriesLinkOptions constructor

HighchartsOrganizationSeriesLinkOptions({
  1. String? color,
  2. double? lineWidth,
  3. double? offset,
  4. double? radius,
  5. String? type,
})

Highcharts Options Widget.

Implementation

HighchartsOrganizationSeriesLinkOptions(
    {this.color, this.lineWidth, this.offset, this.radius, this.type});