.foregroundColor(Color.white)
.background(Color.green)
.cornerRadius(15, antialiased: /*@START_MENU_TOKEN@*/true/*@END_MENU_TOKEN@*/)
Divider()
Button("Button+2 (\(self.cnt))") {
Capsule()
.foregroundColor(Color.blue)
.frame(width: 200, height: 60, alignment: /*@START_MENU_TOKEN@*/.center/*@END_MENU_TOKEN@*/)
)
}
}
}
</pre>
===画像===