Package-level declarations

Types

Link copied to clipboard
data class ColorResource(val light: Int, val dark: Int)

Represents a color resource that can have different values for light and dark themes.

Link copied to clipboard
data class URIResource(val light: Uri, val dark: Uri)

Represents a Uniform Resource Identifier (URI) resource that can have different values for light and dark themes.