Colors

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

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

Constructors

Colors
Link copied to clipboard
fun Colors(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

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