Is there a possibility to prohibit clickability? Not implementing the onClick
interface might be one step. I also want to prevent the colored highlighting when tapping on it.
I've already tried Modifier.clickable(enabled = false, onClick = {})
, but it still flashes when tapping on it.