centerY property
num
get
centerY
Gets or sets the vertical center Y coordinate of the Rect.
Implementation
_i2.num get centerY => _i4.getProperty(
this,
'centerY',
);
set
centerY
(num value)
Implementation
set centerY(_i2.num value) {
_i4.setProperty(
this,
'centerY',
value,
);
}