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

ProvideTextStyle

Kotlin
@Composable
fun ProvideTextStyleSample() {
    ProvideTextStyle(MaterialTheme.typography.headlineSmall) {
        Text("This text inherits the provided style")
    }
}