HighchartsBulletSeriesDragDropOptions constructor

HighchartsBulletSeriesDragDropOptions({
  1. HighchartsBulletSeriesDragDropDragHandleOptions? dragHandle,
  2. dynamic dragMaxX,
  3. double? dragMaxY,
  4. dynamic dragMinX,
  5. double? dragMinY,
  6. double? dragPrecisionX,
  7. double? dragPrecisionY,
  8. double? dragSensitivity,
  9. bool? draggableTarget,
  10. bool? draggableX,
  11. bool? draggableY,
  12. String? groupBy,
  13. HighchartsSeriesDragDropGuideBoxOptions? guideBox,
  14. 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});