y property
CSSNumericValue
get
y
Implementation
_i3.CSSNumericValue get y => _i4.getProperty(
this,
'y',
);
set
y
(CSSNumericValue value)
Implementation
set y(_i3.CSSNumericValue value) {
_i4.setProperty(
this,
'y',
value,
);
}