ThemeValue

data class ThemeValue(val children: List<ThemeValues>? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(children: List<ThemeValues>? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val children: List<ThemeValues>? = null

A list of key-value pairs that define the theme's properties.

Link copied to clipboard
val value: String? = null

The value of a theme property.