StyledColor

public struct StyledColor

Important

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

    Swift

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

    Swift

    public var color: UIColor { get }