DragInfo constructor
DragInfo({})
Implementation
DragInfo({
required this.taskId,
required this.mode,
required this.initialDxInTask,
required this.initialStart,
required this.initialEnd,
});
DragInfo({
required this.taskId,
required this.mode,
required this.initialDxInTask,
required this.initialStart,
required this.initialEnd,
});