I really like that Card/Surface now have a onClick property that clips the indication by default (see
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1622670428197900). But is it on purpose that there is no possibility to have a Card or Surface
without a direct onClick property and that
does not block any interaction on it ? The required surface function is private 😞 I cannot apply a clickable modifier on an outer component - once a card is inside, the card will block all clicks on it. Can we get a non-clickblocking Card/Surface please?