Start native apps faster with the Composables CLI ->
Property

LocalTextStyle

CompositionLocal containing the preferred TextStyle that will be used by Text components by default.

Source set: Android
public val LocalTextStyle: ProvidableCompositionLocal<TextStyle> =
    compositionLocalOf(structuralEqualityPolicy()) { TextStyle.Default }

CompositionLocal containing the preferred TextStyle that will be used by Text components by default.