onCopy property Null safety

ElementStream<ClipboardEvent> onCopy

Stream of copy events handled by this Element.

Implementation

ElementStream<ClipboardEvent> get onCopy => copyEvent.forElement(this);