ThemeValue

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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