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