onCopy method

T onCopy(
  1. EventCallback handler
)

Implementation

T onCopy(EventCallback handler) {
  _attrs['onCopy'] = EventAttribute.fromContext(handler);
  return self;
}