none property
Spot
get
none
Use this Spot value to indicate no particular spot -- code looking for a particular point on an element will need to do their own calculations to determine the desired point depending on the circumstances.
Implementation
static _i3.Spot get none => _i4.getProperty(
_declaredSpot,
'None',
);
set
none
(Spot value)
Implementation
static set none(_i3.Spot value) {
_i4.setProperty(
_declaredSpot,
'None',
value,
);
}