onDrop property
override
A stream ofdrop events fired when a dragged object is dropped on thiselement.
Other resources
- Drag and dropsamplebased onthe tutorialfrom HTML5Rocks.
- Drag and dropspecificationfrom WHATWG.
Implementation
ElementStream<MouseEvent> get onDrop => dropEvent.forElement(this);