iOS Swift - SwiftUI Layout
Identify the error in this SwiftUI code snippet:
Image(systemName: "star") .overlay(Circle().stroke(Color.blue)) .background(Circle().fill(Color.yellow)) .background(Color.red)
