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

LocalGlanceId

Unique Id for the glance view being generated by the current composition.

Source set: Android
public val LocalGlanceId: ProvidableCompositionLocal<GlanceId> =
    staticCompositionLocalOf<GlanceId> { error("No default glance id") }

Unique Id for the glance view being generated by the current composition.