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

ProvideTextStyle

Kotlin
@Composable
fun ProvideTextStyleSample() {
    ProvideTextStyle(MaterialTheme.typography.h5) {
        Text("Styled text")
    }
}