onClick property

Stream<Event> onClick
@DocsEditable(), @DomName('Notification.onclick')

Stream of click events handled by this Notification.

Implementation

@DomName('Notification.onclick')
@DocsEditable()
Stream<Event> get onClick => clickEvent.forTarget(this);