Package 

Class UnboundedRippleButtonKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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