HighchartsSunburstSeriesDataOptions constructor

HighchartsSunburstSeriesDataOptions({
  1. HighchartsSunburstSeriesDataAccessibilityOptions? accessibility,
  2. String? className,
  3. String? color,
  4. double? colorIndex,
  5. double? colorValue,
  6. Map<String, dynamic>? custom,
  7. HighchartsSunburstSeriesDataDataLabelsOptions? dataLabels,
  8. String? description,
  9. HighchartsSunburstSeriesDataDragDropOptions? dragDrop,
  10. String? drilldown,
  11. HighchartsSunburstSeriesDataEventsOptions? events,
  12. String? id,
  13. double? labelrank,
  14. HighchartsSunburstSeriesDataMarkerOptions? marker,
  15. String? name,
  16. String? parent,
  17. bool? selected,
  18. bool? sliced,
  19. double? value,
})

Highcharts Options Widget.

Implementation

HighchartsSunburstSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.colorValue,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.marker,
    this.name,
    this.parent,
    this.selected,
    this.sliced,
    this.value});