ProvideTextStyle
Source set: Common
Added in 1.5.0-alpha17
@Composable
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.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
Added in 1.5.0-alpha17
@Composable
fun ProvideTextStyle(value: TextStyle, content: @Composable () -> Unit)Last updated: