onShow property

Stream<Event> onShow
@DocsEditable(), @DomName('Notification.onshow')

Stream of show events handled by this Notification.

Implementation

@DomName('Notification.onshow')
@DocsEditable()
Stream<Event> get onShow => showEvent.forTarget(this);