ThemeValues

data class ThemeValues(val key: String? = null, val value: ThemeValue? = null)

Constructors

Link copied to clipboard
constructor(key: String? = null, value: ThemeValue? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The name of the property.

Link copied to clipboard
val value: ThemeValue? = null

The value of the property.