Simulates a drag-end event.
void emitDragEnd(String id, double x, double y) => dragEndController.add(ChatHeadDragEvent(id: id, x: x, y: y));