iOS Swift - SwiftUI Layout
What will be the size of the red rectangle on screen after applying this code?
Rectangle() .fill(Color.red) .frame(width: 150, height: 100) .frame(width: 200, height: 200)
