HighchartsSeriesDragDropDragHandleOptions constructor

HighchartsSeriesDragDropDragHandleOptions({
  1. String? className,
  2. String? color,
  3. String? lineColor,
  4. double? lineWidth,
  5. double? zIndex,
})

Options for the drag handles available in column series.

API Docs: https://api.highcharts.com/highcharts/series.xrange.data.dragDrop.dragHandle

Implementation

HighchartsSeriesDragDropDragHandleOptions(
    {this.className,
    this.color,
    this.lineColor,
    this.lineWidth,
    this.zIndex});