ontouchend property
dynamic Function(TouchEvent)?
get
ontouchend
Implementation
_i2.dynamic Function(_i3.TouchEvent)? get ontouchend =>
(_i3.TouchEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'ontouchend',
),
r'call',
[
this,
p0,
],
);
set
ontouchend
(dynamic value(TouchEvent)?)
Implementation
set ontouchend(_i2.dynamic Function(_i3.TouchEvent)? value) {
_i4.setProperty(
this,
'ontouchend',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}