centerX property

num get centerX

Gets or sets the horizontal center X coordinate of the Rect.

Implementation

_i2.num get centerX => _i4.getProperty(
      this,
      'centerX',
    );
set centerX (num value)

Implementation

set centerX(_i2.num value) {
  _i4.setProperty(
    this,
    'centerX',
    value,
  );
}