onTouchCancel method

T onTouchCancel(
  1. EventCallback handler
)

Implementation

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