如何在 Rectangle() 上使用内阴影?
Rectangle() .foregroundColor(.green) .frame(width: 400, height: 300)
我只能设法使用 .shadow 来做外部阴影
我正在寻找这样的东西
swiftui
swiftui ×1