Source set: Common
public val LocalHostDefaultProvider: ProvidableCompositionLocal<HostDefaultProvider> =
compositionLocalOf {
error("CompositionLocal LocalHostDefaultProvider not present")
}
A CompositionLocal that provides the HostDefaultProvider to the composition.
This is intended for internal usage by compositionLocalWithHostDefaultOf to resolve values from the hosting environment (e.g., android.view.View).