HighchartsPointandfigureSeriesDataDragDropOptions constructor
      
      HighchartsPointandfigureSeriesDataDragDropOptions({ 
    
- HighchartsSeriesDragDropDragHandleOptions? dragHandle,
 - dynamic dragMaxX,
 - double? dragMaxY,
 - dynamic dragMinX,
 - double? dragMinY,
 - double? dragPrecisionX,
 - double? dragPrecisionY,
 - double? dragSensitivity,
 - bool? draggableX,
 - bool? draggableY,
 - String? groupBy,
 - HighchartsSeriesDragDropGuideBoxOptions? guideBox,
 - bool? liveRedraw,
 
Point specific options for the draggable-points module. Overrides options on series.dragDrop.
API Docs: https://api.highcharts.com/highcharts/series.pointandfigure.data.dragDrop
Implementation
HighchartsPointandfigureSeriesDataDragDropOptions(
    {this.dragHandle,
    this.dragMaxX,
    this.dragMaxY,
    this.dragMinX,
    this.dragMinY,
    this.dragPrecisionX,
    this.dragPrecisionY,
    this.dragSensitivity,
    this.draggableX,
    this.draggableY,
    this.groupBy,
    this.guideBox,
    this.liveRedraw});