onCopy property
ElementStream<ClipboardEvent>
get
onCopy
Stream of copy events handled by this Element.
Implementation
ElementStream<ClipboardEvent> get onCopy => copyEvent.forElement(this);
Stream of copy events handled by this Element.
ElementStream<ClipboardEvent> get onCopy => copyEvent.forElement(this);