onDrag 属性

Stream<MouseEvent> onDrag
覆盖

由此 Window 处理的 drag 事件流。

实现

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