top property
num
get
top
Gets or sets the topmost value of the Rect. This is the same as the Y value.
Implementation
_i2.num get top => _i4.getProperty(
this,
'top',
);
set
top
(num value)
Implementation
set top(_i2.num value) {
_i4.setProperty(
this,
'top',
value,
);
}