tiltY property

num? tiltY

Implementation

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

Implementation

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