onDrop 属性

Stream<MouseEvent> onDrop
重写

由这个 Window 处理的 drop 事件流。

实现

Stream<MouseEvent> get onDrop => Element.dropEvent.forTarget(this);