下記方法で無効化可能。
.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null // クリック時の視覚効果を無効化
) { /* クリックイベントを消費 */ }
Go to list of users who liked
下記方法で無効化可能。
.clickable(
interactionSource = remember { MutableInteractionSource() },
indication = null // クリック時の視覚効果を無効化
) { /* クリックイベントを消費 */ }
Register as a new user and use Qiita more conveniently
Go to list of users who liked