anchor property
set
anchor
(Anchor next)
Implementation
set anchor(Anchor next) {
if (_anchor != next) {
tick();
transform.setOffsetBySizeAndAnchor(_size, next);
onAnchorChanged(_anchor, _anchor = next);
}
}