func makeBody (configuration: Self.Configuration) -> Self.Body
Creates a view that represents the body of a menu.
あるビューを作成します、それはあるメニューの本体を提示するものです。
associatedtype Body : View
A view that represents the body of a menu.
あるメニューの本体を提示するあるビュー。
Availability 有効性
Technology
typealias Configuration = MenuStyleConfiguration
func makeBody (configuration: Self.Configuration) -> Self.Body
associatedtype Body : View