typealias Body
A view that represents the body of a button.
あるビュー、それはボタンのボディを表します。
Availability 有効性
Technology
func makeBody(configuration: CardButtonStyle
.Configuration
) -> some View
configuration
The properties of the button. ボタンのプロパティ。
The system calls this method for each Button
instance in a view hierarchy in which Card
is the current button style.
typealias Body