Color

data class Color(val value: Int) : StyleValue

Constructors

constructor(value: Int)

Properties

val value: Int