๐นview.foregroundStyle()
HStack {
Image(systemName: "triangle.fill")
Text("Hello, world!")
RoundedRectangle(cornerRadius: 5)
.frame(width: 40, height: 20)
}
// โญ๏ธ view.foregroundStyle(shapeStyle)
.foregroundStyle(.teal)Last updated