ontouchcancel property

EventHandlerNonNull<Event>? ontouchcancel

Implementation

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

Implementation

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