🐞mismatching types
╱🚧 under construction
Text("Clipped text in a circle")
.frame(width: 50, height: 50)
// 🐞 mismatching types
.clipShape(isOn ? Circle() : Capsule())Last updated
╱🚧 under construction
Text("Clipped text in a circle")
.frame(width: 50, height: 50)
// 🐞 mismatching types
.clipShape(isOn ? Circle() : Capsule())Last updated