ontouchcancel property

EventHandlerNonNull<Event>? get ontouchcancel

Implementation

EventHandlerNonNull? get ontouchcancel =>
    js_util.getProperty(this, 'ontouchcancel');
set ontouchcancel (EventHandlerNonNull<Event>? newValue)

Implementation

set ontouchcancel(EventHandlerNonNull? newValue) {
  js_util.setProperty(this, 'ontouchcancel', newValue);
}