Light

object Light : Theme

Light theme mode that forces the application to use light colors.

Properties

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

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.