onDrag 属性

Stream<MouseEvent> onDrag

由这个 Document 处理的 drag 事件的流。

实现

Stream<MouseEvent> get onDrag => Element.dragEvent.forTarget(this);