// Create a nested view var nestedView = new View(50, 50, 300, 300); nestedView.setBackground("gray");
// Child 1: Profile Picture (Relative to parent's top-left) var avatar = new Circle(30); avatar.setPosition(100, 50); // Center of the card width (100) 50px down avatar.setColor("blue"); 2.3.9 nested views codehs
: Always close your tags! A self-closing tag looks like . // Create a nested view var nestedView =