protocol GroupBoxStyle
A type that specifies the appearance and interaction of all group boxes within a view hierarchy.
Availability 有効性
Technology
func groupBoxStyle<S>(_ style: S) -> some View
where S : GroupBoxStyle
style
The style to apply to boxes within this view.
protocol GroupBoxStyle