BackgroundTheme
data class BackgroundTheme(val color: Color = Color.Unspecified, val tonalElevation: Dp = Dp.Unspecified)
Data class that holds the background theme.
Parameters
color
The color of the background.
tonalElevation
The tonal elevation of the background.