Source set: Common
@Deprecated(RippleThemeDeprecationMessage, level = DeprecationLevel.ERROR)
public val LocalRippleTheme: ProvidableCompositionLocal<RippleTheme> = staticCompositionLocalOf {
DebugRippleTheme
}
CompositionLocal used for providing RippleTheme down the tree.
See RippleTheme.defaultRippleColor and RippleTheme.defaultRippleAlpha functions for the default implementations for color and alpha.