🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

surface

Source set: Common
val surface =
        @Composable {
            Surface(
                shape = animatedShape,
                color = colors.containerColor,
                contentColor = contentColorFor(colors.containerColor),
                tonalElevation = tonalElevation,
                shadowElevation = shadowElevation,
                content = {},
            )
        }

Content updated: