positionX property
num
get
positionX
Implementation
num get positionX {
return $$context$$["positionX"];
}
set
positionX
(num value)
Implementation
set positionX(num value) {
$$context$$["positionX"] = value;
}