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