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

makeBody(configuration:)

Creates a view that represents the body of a menu. あるビューを作成します、それはあるメニューの本体を提示するものです。

Declaration 宣言

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

Parameters パラメータ

configuration

The properties of the menu.

Discussion 議論

The system calls this method for each Menu instance in a view hierarchy where this style is the current menu style.

See Also 参照

Rendering a Menu あるメニューを描出する