StyledColor

public struct StyledColor

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Declaration

    Swift

    public init(light: UIColor, dark: UIColor? = nil)

Public

  • Declaration

    Swift

    public var color: UIColor { get }