enum

Mode

Inherits Enum < Comparable < Value < Object

Constants

Dark = 0
Light = 1

Constructors

current
Source

Instance methods

dark?

Returns true if this enum value equals Dark

Source
light?

Returns true if this enum value equals Light

Source
theme
Source