🔸foreground
╱🚧 under construction -> current context
HStack {
Image(systemName: "triangle.fill")
Text("Hello, world!")
RoundedRectangle(cornerRadius: 5)
.frame(width: 40, height: 20)
}
// ⭐️ view.foregroundStyle(shapeStyle)
.foregroundStyle(.teal)Last updated