@DocsEditable(), @DomName('Window.onclick')
Stream of click
events handled by this Window.
Source
@DomName('Window.onclick')
@DocsEditable()
Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);
Stream of click
events handled by this Window.
@DomName('Window.onclick')
@DocsEditable()
Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);