typealias Configuration
The properties of a menu.
associatedtype Body : View
A view that represents the body of a menu.
あるメニューの本体を提示するあるビュー。
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the menu.
The system calls this method for each Menu
instance in a view hierarchy where this style is the current menu style.
typealias Configuration
associatedtype Body : View