onTouchCancel method
Implementation
ElementBuilder onTouchCancel(EventCallback handler) {
_attrs['onTouchCancel'] = EventAttribute.fromContext(handler);
return this;
}
ElementBuilder onTouchCancel(EventCallback handler) {
_attrs['onTouchCancel'] = EventAttribute.fromContext(handler);
return this;
}