ontouchend top-level property

dynamic Function(TouchEvent)? get ontouchend

Implementation

_i2.dynamic Function(_i3.TouchEvent)? get ontouchend =>
    (_i3.TouchEvent p0) => _i4.callMethod(
          _i4.getProperty(
            _self,
            'ontouchend',
          ),
          r'call',
          [
            _self,
            p0,
          ],
        );