Property

LocalRemoteTextStyle

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public val LocalRemoteTextStyle: ProvidableCompositionLocal<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.