onDoubleClick property
- @DomName('Window.ondblclick')
override
Stream of doubleclick
events handled by this Window.
Implementation
@DomName('Window.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 Window.
@DomName('Window.ondblclick')
Stream<Event> get onDoubleClick => Element.doubleClickEvent.forTarget(this);