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

Surface

Kotlin
@Composable
fun SurfaceSample() {
    Surface(color = MaterialTheme.colors.background) { Text("Text color is `onBackground`") }
}