onShow property

Stream<Event> onShow

Stream of show events handled by this Notification.

Implementation

Stream<Event> get onShow => showEvent.forTarget(this);