HighchartsBulletSeriesDragDropOptions constructor
      
      HighchartsBulletSeriesDragDropOptions({ 
    
- HighchartsBulletSeriesDragDropDragHandleOptions? dragHandle,
 - dynamic dragMaxX,
 - double? dragMaxY,
 - dynamic dragMinX,
 - double? dragMinY,
 - double? dragPrecisionX,
 - double? dragPrecisionY,
 - double? dragSensitivity,
 - bool? draggableTarget,
 - bool? draggableX,
 - bool? draggableY,
 - String? groupBy,
 - HighchartsSeriesDragDropGuideBoxOptions? guideBox,
 - bool? liveRedraw,
 
Highcharts Options Widget.
Implementation
HighchartsBulletSeriesDragDropOptions(
    {this.dragHandle,
    this.dragMaxX,
    this.dragMaxY,
    this.dragMinX,
    this.dragMinY,
    this.dragPrecisionX,
    this.dragPrecisionY,
    this.dragSensitivity,
    this.draggableTarget,
    this.draggableX,
    this.draggableY,
    this.groupBy,
    this.guideBox,
    this.liveRedraw});