Contents

LabeledControlGroupContent

A view that represents the body of a control group with a specified label.

Declaration

struct LabeledControlGroupContent<Content, Label> where Content : View, Label : View

Overview

You don’t create this type directly. SwiftUI creates it when you build a ControlGroup.