Instance Method インスタンスメソッド

makeBody(configuration:)

Creates a view that represents the body of a button. ボタンのボディを表すビューを作成します。

Declaration 宣言

func makeBody(configuration: CardButtonStyle.Configuration) -> some View

Parameters パラメータ

configuration

The properties of the button. ボタンのプロパティ。

Discussion 議論

The system calls this method for each Button instance in a view hierarchy in which CardButtonStyle is the current button style.

See Also 参照

Rendering a Button ボタンを描出する