Dark

object Dark : Theme

Dark theme mode that forces the application to use dark colors.

Properties

Link copied to clipboard
open override val ordinal: Int = 1

The unique ordinal identifier for this theme mode.

Functions

Link copied to clipboard

Determines if this theme resolves to a dark appearance.

Link copied to clipboard
open override fun opposite(isSystemInDarkTheme: Boolean): Theme

Returns the opposite theme based on the current theme and system settings.