onCut method

T onCut(
  1. EventCallback handler
)

Implementation

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