๐Ÿ”ฐview modifier

SwiftUI โŸฉ view โŸฉ modifier

Rectangle()
    // โญ๏ธ view modifiers
    .foregroundColor(.blue)    // change appearance (foreground color)
    .border(.green)            // change appearance (border color)

Last updated

Was this helpful?