ontouchmove property

(dynamic Function(TouchEvent)?) ontouchmove

Implementation

_i2.dynamic Function(_i3.TouchEvent)? get ontouchmove =>
    (_i3.TouchEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'ontouchmove',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void ontouchmove=(dynamic value(TouchEvent)?)

Implementation

set ontouchmove(_i2.dynamic Function(_i3.TouchEvent)? value) {
  _i4.setProperty(
    this,
    'ontouchmove',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}