position property
num?
get
position
Implementation
_i2.num? get position => _i4.getProperty(
this,
'position',
);
set
position
(num? value)
Implementation
set position(_i2.num? value) {
_i4.setProperty(
this,
'position',
value ?? _i6.undefined,
);
}