center property
Spot
get
center
The specific point at the very center of the bounding rectangle.
Implementation
static _i3.Spot get center => _i4.getProperty(
_declaredSpot,
'Center',
);
set
center
(Spot value)
Implementation
static set center(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'Center',
value,
);
}