Build apps faster with over 150+ styled components and screens! Check it out →

ProvideTextStyle

Android

Component in Tv Material Compose

This function is used to set the current value of [LocalTextStyle], merging the given style with the current style values for any missing attributes. Any [Text] components included in this component's [content] will be styled with this style unless styled explicitly.

Last updated:

Installation

dependencies {
   implementation("androidx.tv:tv-material:1.1.0-alpha01")
}

Overloads

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