PreferenceCenterViewStyleConfiguration
public struct PreferenceCenterViewStyleConfiguration
Preference Center view style configuration
-
The view’s phase
Declaration
Swift
public let phase: PreferenceCenterViewPhase
-
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: () -> Void