🔰rendering modifier
╱🚧 under construction
Text("Clipped text in a circle")
.frame(width: 175, height: 100)
.foregroundColor(Color.white)
.background(Color.black)
.clipShape(Circle()) // ⭐️ rendering modifier Last updated
╱🚧 under construction
Text("Clipped text in a circle")
.frame(width: 175, height: 100)
.foregroundColor(Color.white)
.background(Color.black)
.clipShape(Circle()) // ⭐️ rendering modifier Last updated