I am using the androidx.compose.material3:material3:1.0.0-beta03
.
The Javadoc of the simplest card (in the CardKt.kt
file) says
This Card does not handle input events - see the other Card overloads if you want a clickable or selectable Card.
I do find the card with onClick, however I do not see a card which is selectable. Where is the mentioned overload?