provides
Associates a LocalEnvironmentOwner key to one or more values in a call to CompositionLocalProvider.
Usage:
CompositionLocalProvider(values = LocalEnvironmentOwner provides environment) {
Content(
environment = LocalEnvironment.current,
)
}Content copied to clipboard