๐ฐshapes
Circle()
.fill(Color.red) // Shape's method
.frame(width: 50, height: 50) // View's method (view modifier)Last updated
Circle()
.fill(Color.red) // Shape's method
.frame(width: 50, height: 50) // View's method (view modifier)Last updated