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

LocalRippleTheme

CompositionLocal used for providing RippleTheme down the tree.

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.