onDoubleClick property
- @DomName('Document.ondblclick')
Stream of doubleclick
events handled by this Document.
Implementation
@DomName('Document.ondblclick')
Stream<Event> get onDoubleClick => Element.doubleClickEvent.forTarget(this);
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Stream of doubleclick
events handled by this Document.
@DomName('Document.ondblclick')
Stream<Event> get onDoubleClick => Element.doubleClickEvent.forTarget(this);