Constant

data class Constant<T>(val value: T) : StyleValue<T>

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: T