positionY property

num get positionY

Implementation

num get positionY {
  return $$context$$["positionY"];
}
set positionY (num value)

Implementation

set positionY(num value) {
  $$context$$["positionY"] = value;
}