LocalIndication
Property
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.