EnvironmentValues

public extension EnvironmentValues
  • The current Theme instance injected into the environment.

    This is used by all SwiftThemeKit components to access colors, shapes, typography, and spacing.

    Set by wrapping your app or view in a ThemeProvider.

    Declaration

    Swift

    var appTheme: Theme { get set }