-
public final class UnboundedRippleButtonKt
-
-
Method Summary
Modifier and Type Method Description final static UnitUnboundedRippleButton(Function0<Unit> onClick, Modifier modifier, Dp rippleRadius, Boolean enabled, ButtonColors colors, MutableInteractionSource interactionSource, Shape shape, ButtonBorder border, Function1<BoxScope, Unit> content)A button that when clicked shows an unbounded ripple effect that can be larger than the button itself. -
-
Method Detail
-
UnboundedRippleButton
@Composable() final static Unit UnboundedRippleButton(Function0<Unit> onClick, Modifier modifier, Dp rippleRadius, Boolean enabled, ButtonColors colors, MutableInteractionSource interactionSource, Shape shape, ButtonBorder border, Function1<BoxScope, Unit> content)
A button that when clicked shows an unbounded ripple effect that can be larger than the button itself.
Code modified from https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:wear/compose/compose-material/src/main/java/androidx/wear/compose/material/Button.kt
-
-
-
-