Hello, in compose web what would be an equivalent of `box-shadow` ? Use case is building a card.
s
Hello, in compose web what would be an equivalent of
box-shadow
? Use case is building a card.
1
Can use
property("box-shadow", "0 4px 8px 0 rgba(0,0,0,0.2)")
👍 1