Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created October 5, 2022 11:43
Show Gist options
  • Save cp-radhika-s/1979dcfe1cf791c0da15221380f2ee8b to your computer and use it in GitHub Desktop.
Save cp-radhika-s/1979dcfe1cf791c0da15221380f2ee8b to your computer and use it in GitHub Desktop.
private object NoRippleTheme : RippleTheme {
@Composable
override fun defaultColor() = // Ripple color
@Composable
override fun rippleAlpha(): RippleAlpha = RippleAlpha(0.0f, 0.0f, 0.0f, 0.0f)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment