onlostpointercapture property

(dynamic Function(PointerEvent)?) onlostpointercapture

Implementation

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

Implementation

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