Is it possible to rotate an `Image`?
# compose
g
Is it possible to rotate an
Image
?
s
You could try to use
Modifier.drawLayer
with
rotation(X|Y|Z)
g
Cool, it means I can rotate everything!
🚀 2