TouchableFeedback
class TouchableFeedback(content: Component, @ColorInt color: Int = Color.WHITE, @ColorInt highlightColor: Int = Color.LTGRAY) : KComponent
A Component that can wrap another component to add touch feedback via a RippleDrawable background.