init(content: () -> Content)
Creates a new ControlGroup with the specified children
Availability 有効性
Technology
struct ControlGroup<Content> where Content : View
init(content: () -> Content)
init(ControlGroupStyleConfiguration )
Content
is ControlGroupStyleConfiguration.Content
.struct ControlGroupStyleConfiguration
func controlGroupStyle <S>(S) -> some View
protocol ControlGroupStyle
var body: some View
typealias Body
struct Group
struct GroupBox