focusY property
num
get
focusY
Gets or sets the relative Y position of the "center" point, the focus.
Implementation
_i2.num get focusY => _i4.getProperty(
this,
'focusY',
);
set
focusY
(num value)
Implementation
set focusY(_i2.num value) {
_i4.setProperty(
this,
'focusY',
value,
);
}