ontouchstart property

(dynamic Function(TouchEvent)?) ontouchstart

Implementation

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

Implementation

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