Style
public struct Style
Style to apply to the SDK’s UI elements
-
Initializes the style with specified default theme
Declaration
Swift
public init(defaultTheme: Theme)Parameters
defaultThemeThe default theme to use when applying this style
View on GitHub
Style Structure Reference