hasPointerCapture property

bool Function(num) hasPointerCapture

Implementation

_i2.bool Function(_i2.num) get hasPointerCapture =>
    (_i2.num p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'hasPointerCapture',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void hasPointerCapture=(bool value(num))

Implementation

set hasPointerCapture(_i2.bool Function(_i2.num) value) {
  _i4.setProperty(
    this,
    'hasPointerCapture',
    _i4.allowInterop(value),
  );
}