LoginUiMode enum

KO: 로그인 선택 화면 모드

EN: Login selection screen UI mode

Inheritance
  • Object
  • Enum
  • LoginUiMode

Constructors

LoginUiMode()
const

Values

light → const LoginUiMode

KO: 라이트 모드

EN: Light mode

dark → const LoginUiMode

KO: 다크 모드

EN: Dark mode

auto → const LoginUiMode

KO: 디바이스 상태에 따라 자동 설정(기본값)

EN: Automatically sets depending on device state (default)

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<LoginUiMode>
A constant List of the values in this enum, in order of their declaration.