Mode

public enum Mode : Equatable, Hashable

Indicates a graphical mode (such as light or dark) to use for the user interface in conjunction with a theme.

  • Undocumented

    Declaration

    Swift

    case light
  • Undocumented

    Declaration

    Swift

    case dark