onClick property Null safety

Stream<Event> onClick

Stream of click events handled by this Notification.

Implementation

Stream<Event> get onClick => clickEvent.forTarget(this);