Structure
ToggleStyleConfiguration.Label
A type-erased label of a toggle.
Overview
概要
SwiftUI provides a value of this type — which is a View
type — as the label
to your custom toggle style implementation. Use the label to help define the appearance of the toggle.
Topics
話題
Supporting Types
支援を行う型
typealias Body
The type of view representing the body of this view.
このビューの本体を表しているビューの型。
Default Implementations
省略時実装