Colors

data class Colors(val primary: String? = null, val primaryVariant: String? = null, val onPrimary: String? = null, val secondary: String? = null, val onSecondary: String? = null, val background: String? = null, val onBackground: String? = null, val surface: String? = null, val surfaceVariant: String? = null, val onSurface: String? = null, val onSurfaceFocus: String? = null, val error: String? = null, val onError: String? = null) : Parcelable

Model representing all colours included in the Sensibill Theme used by the SPA.

Constructors

Link copied to clipboard
constructor(primary: String? = null, primaryVariant: String? = null, onPrimary: String? = null, secondary: String? = null, onSecondary: String? = null, background: String? = null, onBackground: String? = null, surface: String? = null, surfaceVariant: String? = null, onSurface: String? = null, onSurfaceFocus: String? = null, error: String? = null, onError: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "background")
val background: String? = null
Link copied to clipboard
@SerializedName(value = "error")
val error: String? = null
Link copied to clipboard
@SerializedName(value = "onBackground")
val onBackground: String? = null
Link copied to clipboard
@SerializedName(value = "onError")
val onError: String? = null
Link copied to clipboard
@SerializedName(value = "onPrimary")
val onPrimary: String? = null
Link copied to clipboard
@SerializedName(value = "onSecondary")
val onSecondary: String? = null
Link copied to clipboard
@SerializedName(value = "onSurface")
val onSurface: String? = null
Link copied to clipboard
@SerializedName(value = "onSurfaceFocus")
val onSurfaceFocus: String? = null
Link copied to clipboard
@SerializedName(value = "primary")
val primary: String? = null
Link copied to clipboard
@SerializedName(value = "primaryVariant")
val primaryVariant: String? = null
Link copied to clipboard
@SerializedName(value = "secondary")
val secondary: String? = null
Link copied to clipboard
@SerializedName(value = "surface")
val surface: String? = null
Link copied to clipboard
@SerializedName(value = "surfaceVariant")
val surfaceVariant: String? = null