Simulates a drag-start event.
void emitDragStart(String id, double x, double y) => dragStartController.add(ChatHeadDragEvent(id: id, x: x, y: y));