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

ProvideTextStyle

This function is used to set the current value of LocalTextStyle, merging the given style with the current style values for any missing attributes.

ProvideTextStyle social preview

ProvideTextStyle

Source set: Common
@Composable
public fun ProvideTextStyle(value: TextStyle, content: @Composable () -> Unit)