typealias Body
A view that represents the body of a group box.
Availability 有効性
Technology
func makeBody(configuration: DefaultGroupBoxStyle
.Configuration
) -> some View
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 Body