absoluteX property

num get absoluteX

Implementation

_i2.num get absoluteX => _i5.getProperty(
      this,
      'absoluteX',
    );
set absoluteX (num value)

Implementation

set absoluteX(_i2.num value) {
  _i5.setProperty(
    this,
    'absoluteX',
    value,
  );
}