onClick property
override
Stream of click events handled by this Window.
Implementation
Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);
Stream of click events handled by this Window.
Stream<MouseEvent> get onClick => Element.clickEvent.forTarget(this);