Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 381 Bytes

File metadata and controls

33 lines (22 loc) · 381 Bytes

ENUM

Luminosity

public enum Luminosity: String, AppearanceValue

Luminosity appearance values for dark-mode and light-mode.

Cases

light

case light

Light mode appearance value.

dark

case dark

Dakr mode appearance value.

Properties

appearanceValue

public var appearanceValue: String