// โญ๏ธ tvOS ้ๆ .card๏ผmacOS ้ๆ .link
Button(".plain") { /* action */ }.buttonStyle(.plain)
Button(".borderless") { }.buttonStyle(.borderless) // iOS default
Button(".bordered") { }.buttonStyle(.bordered)
Button(".borderedProminent") { }.buttonStyle(.borderedProminent)
Button(".automatic") { }.buttonStyle(.automatic)
SwiftUI โฉ Controls โฉ Button โฉ
ButtonStyle (protocol) - standard button interaction behavior.
PrimitiveButtonStyle (protocol) - custom interaction behavior & appearance.
.automatic, .bordered, .borderedProminent, .borderless, .plain
.card (tvOS 14), .link (macOS 10.15)