Property

LocalIndication

CompositionLocal that provides an Indication through the hierarchy.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
val LocalIndication = compositionLocalOf<Indication> { DefaultDebugIndication }

CompositionLocal that provides an Indication through the hierarchy. This Indication will be used by default to draw visual effects for interactions such as press and drag in components such as clickable.

By default this will provide a debug indication, this should always be replaced.