ontouchmove property

EventHandlerNonNull<Event>? get ontouchmove

Implementation

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

Implementation

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