position property
Point?
get
position
Implementation
_i3.Point? get position => _i4.getProperty(
this,
'position',
);
set
position
(Point? value)
Implementation
set position(_i3.Point? value) {
_i4.setProperty(
this,
'position',
value ?? _i5.undefined,
);
}