HighchartsLollipopSeriesDragDropOptions constructor

HighchartsLollipopSeriesDragDropOptions({
  1. HighchartsSeriesDragDropDragHandleOptions? dragHandle,
  2. dynamic dragMaxX,
  3. double? dragMaxY,
  4. dynamic dragMinX,
  5. double? dragMinY,
  6. double? dragPrecisionX,
  7. double? dragPrecisionY,
  8. double? dragSensitivity,
  9. bool? draggableHigh,
  10. bool? draggableLow,
  11. bool? draggableX,
  12. bool? draggableY,
  13. String? groupBy,
  14. HighchartsSeriesDragDropGuideBoxOptions? guideBox,
  15. bool? liveRedraw,
})

Highcharts Options Widget.

Implementation

HighchartsLollipopSeriesDragDropOptions(
    {this.dragHandle,
    this.dragMaxX,
    this.dragMaxY,
    this.dragMinX,
    this.dragMinY,
    this.dragPrecisionX,
    this.dragPrecisionY,
    this.dragSensitivity,
    this.draggableHigh,
    this.draggableLow,
    this.draggableX,
    this.draggableY,
    this.groupBy,
    this.guideBox,
    this.liveRedraw});