containerColor

fun Theme.containerColor(layer: Layer = Layer.Layer00): Color

Deprecated

Replaced with `layerBackgroundColor` in favor to the new `layer-background` colors

Replace with

layerBackgroundColor

Returns the container color based on a provided layer.

Parameters

layer

Associated layer. Defaults to layer 00.