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

TitleCard

PREVIEW IS NOT AVAILABLE YET

Kotlin
@Composable
fun TitleCardStandard() {
    TitleCard(onClick = {}, title = { Text("TitleCard") }, time = { Text("now") }) {
        Text("Some body content")
        Text("and some more body content")
    }
}