🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalRemoteTextStyle

CompositionLocal containing the preferred RemoteTextStyle that will be used by RemoteText components by default.

Source set: Android
public val LocalRemoteTextStyle: ProvidableCompositionLocal<RemoteTextStyle> =
    staticCompositionLocalOf {
        RemoteTextStyle()
    }

CompositionLocal containing the preferred RemoteTextStyle that will be used by RemoteText components by default. To set the value for this CompositionLocal, see ProvideRemoteTextStyle which will merge any missing RemoteTextStyle properties with the existing RemoteTextStyle set in this CompositionLocal.

Content updated: