typealias Configuration
The properties of a group box instance.
associatedtype Body : View
A view that represents the body of a group box.
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the group box instance being created.
SwiftUI calls this method for each instance of Group
created within a view hierarchy where this style is the current group box style.
typealias Configuration
associatedtype Body : View