<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val LocalRemoteTextStyle: ProvidableCompositionLocal<RemoteTextStyle>
```

CompositionLocal containing the preferred [RemoteTextStyle](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteTextStyle) that will be used by [RemoteText](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteText)
components by default. To set the value for this CompositionLocal, see `ProvideRemoteTextStyle`
which will merge any missing [RemoteTextStyle](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteTextStyle) properties with the existing [RemoteTextStyle](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteTextStyle) set
in this CompositionLocal.