PreferenceCenterContentStyleConfiguration
public struct PreferenceCenterContentStyleConfiguration : Sendable
Preference Center view style configuration
-
The view’s phase
Declaration
Swift
public let phase: PreferenceCenterContentPhase -
The preference center theme
Declaration
Swift
public let preferenceCenterTheme: PreferenceCenterTheme -
The colorScheme
Declaration
Swift
public let colorScheme: ColorScheme -
A block that can be called to refresh the view
Declaration
Swift
public let refresh: @MainActor @Sendable () -> Void
View on GitHub