Tymmm1
03/28/2021, 3:04 PMLazyColumn
. Anyone knows how to do this? What I'm trying to achieve is getting to the selected state on a click (not a long click).Tash
03/28/2021, 5:41 PMonClick
of a Button
or Modifier.clickable
. If you don't allow multi selection, then you also need to keep some state at the level of the whole list itself.Tymmm1
03/28/2021, 6:49 PMTash
03/28/2021, 7:03 PMTymmm1
03/28/2021, 7:13 PMselectable
modifier which I found your link.Tymmm1
03/28/2021, 7:39 PMcombinedClickable
(the variant where you can define the interactionSource
and indication
).