Source set: Android
Added in 1.7.0-alpha01
@Composable
public fun ProvideTextStyle(value: TextStyle, content: @Composable () -> Unit)This function is used to set the current value of LocalTextStyle, merging the given style with the current style values for any missing attributes.
Added in 1.7.0-alpha01
@Composable
public fun ProvideTextStyle(value: TextStyle, content: @Composable () -> Unit)