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.