CommonSectionView
@MainActor
public struct CommonSectionView : View
Common section item view
-
The section’s config
Declaration
Swift
@MainActor public let section: PreferenceCenterConfig.CommonSection -
The preference state
Declaration
Swift
@ObservedObject @MainActor public var state: PreferenceCenterState { get set } -
Declaration
Swift
@ViewBuilder @MainActor public var body: some View { get }
View on GitHub