ontouchmove property

EventHandlerNonNull<Event>? ontouchmove

Implementation

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

Implementation

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