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

IdentifiableRecomposeScope

Interface providing a value to identify a scope for tooling.

Source set: Common
public interface IdentifiableRecomposeScope

Interface providing a value to identify a scope for tooling.

Properties

identity

Source set: Common
public val identity: Any?

A value that identifies a scope independently of movement caused by recompositions. This is the same identity value as returned by identity of the CompositionGroup that contains the RecomposeScope.