copy method
Implementation
NodeProps copy() {
NodeProps p = NodeProps();
p.position = position;
p.drawChild=drawChild;
return p;
}
NodeProps copy() {
NodeProps p = NodeProps();
p.position = position;
p.drawChild=drawChild;
return p;
}