Background

data class Background(@ColorInt val default: Int, @ColorInt val dark: Int?)

Properties of background color for placeholder.

Constructors

Link copied to clipboard
constructor(@ColorInt default: Int, @ColorInt dark: Int?)

Properties

Link copied to clipboard
val dark: Int?

The color for dark mode. If null, the default color is used even in dark mode.

Link copied to clipboard

The default color