clientX property

num? clientX

Implementation

_i2.num? get clientX => _i4.getProperty(
      this,
      'clientX',
    );
void clientX=(num? value)

Implementation

set clientX(_i2.num? value) {
  _i4.setProperty(
    this,
    'clientX',
    value ?? _i6.undefined,
  );
}