RippleStyle

sealed class RippleStyle

Style of Ripple effect to use when a android.widget.Button is configured with a KalugaButtonStyle

Inheritors

Types

Link copied to clipboard
data class CustomRipple(val color: KalugaColor) : RippleStyle

A RippleStyle where the ripple has a custom KalugaColor

Link copied to clipboard
Link copied to clipboard
data object None : RippleStyle

A RippleStyle where no Ripple effect is applied