Composable 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.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Android

Added in 1.1.0-rc01

@Composable
fun ProvideTextStyle(value: TextStyle, content: @Composable () -> Unit)