onDrag属性

Stream<MouseEvent> onDrag
重写

由该Window处理的drag事件的流。

实现

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