onDrop 属性

Stream<MouseEvent> onDrop

Document 处理的 drop 事件的流。

实现

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