There is a way to rotate a text ? Something like: ...
# compose
p
There is a way to rotate a text ? Something like: Rotate(90){ Text("This is a test") }
You only need the bottom function if it's a one time operation
p
Thank you @Zsolt
👍 1
l
i remember we talked at one point about providing some composables like this. I think it’s a good idea.
👍🏼 1
m
@Marc Reichelt you can use the DrawLayer modifier
👍 1
m
Thanks a lot - I looked on the modifier, but didn’t know which one to use - I expected something like ‘rotation’ there, but this makes sense of course!
👍🏻 1