onDrop 属性

Stream<MouseEvent> onDrop

对此 Document 处理的 drop 事件流。

实现

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