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.

Constructors

Link copied to clipboard
constructor(color: Color = Color.Unspecified, tonalElevation: Dp = Dp.Unspecified)

Properties

Link copied to clipboard
Link copied to clipboard