Surface

Component.kt
@Composable
fun SurfaceSample() {
    Surface { Text("Text on Surface") }
}