HighchartsGanttSeriesOptions constructor

HighchartsGanttSeriesOptions({
  1. double? borderRadius,
  2. bool? colorByPoint,
  3. HighchartsGanttSeriesConnectorsOptions? connectors,
  4. HighchartsGanttSeriesDataLabelsOptions? dataLabels,
  5. HighchartsGanttSeriesDragDropOptions? dragDrop,
  6. dynamic events,
  7. bool? grouping,
  8. String? id,
  9. double? index,
  10. double? legendIndex,
  11. HighchartsGanttSeriesPartialFillOptions? partialFill,
  12. double? pointRange,
  13. HighchartsGanttSeriesTooltipOptions? tooltip,
})

Implementation

HighchartsGanttSeriesOptions(
    {this.borderRadius,
    this.colorByPoint,
    this.connectors,
    this.dataLabels,
    this.dragDrop,
    this.events,
    this.grouping,
    this.id,
    this.index,
    this.legendIndex,
    this.partialFill,
    this.pointRange,
    this.tooltip});