Stream of dragend
events handled by this Window.
Source
@DomName('Window.ondragend') @DocsEditable() Stream<MouseEvent> get onDragEnd => Element.dragEndEvent.forTarget(this);
Stream of dragend
events handled by this Window.
@DomName('Window.ondragend') @DocsEditable() Stream<MouseEvent> get onDragEnd => Element.dragEndEvent.forTarget(this);