ursus
05/24/2024, 1:49 PMcontentColor
, but I want to find it in sources, I don't see the reference anywhere.
I need it to use a different color
nothing is passed-in to the indication
Chrimaeon
05/24/2024, 1:56 PMCopy code@param color the color of the ripple. This color is usually the same color used by the text or iconography in the component. This color will then have [RippleTheme.rippleAlpha] applied to calculate the final color used to draw the ripple. If [Color.Unspecified] is provided the color used will be [RippleTheme.defaultColor] instead.
ursus
05/24/2024, 1:57 PMChrimaeon
05/24/2024, 1:58 PMrememberRipple
ursus
05/24/2024, 1:58 PMursus
05/24/2024, 1:59 PM.clickable(
interactionSource = interactionSource,
indication = rememberRipple(),
enabled = enabled,
onClick = onClick
),
Chrimaeon
05/24/2024, 1:59 PMIf [Color.Unspecified] is provided the color used will be [RippleTheme.defaultColor] instead.
ursus
05/24/2024, 1:59 PMChrimaeon
05/24/2024, 2:01 PMyoussef hachicha
05/25/2024, 8:38 AMChrimaeon
05/25/2024, 8:51 AMursus
05/25/2024, 9:47 AMChrimaeon
05/25/2024, 9:52 AMursus
05/25/2024, 9:54 AMursus
05/25/2024, 9:57 AMLocalRippleConfiguration
that looks fineChrimaeon
05/25/2024, 9:58 AMursus
05/25/2024, 10:00 AM