How can to create a curved Text around a Canvas
I'm beginner in jetpack compose, especially in Canvas.
I want to create this with Canvas:
https://i.stack.imgur.com/wTnH8.jpg▾
But I don't know how.
I could create curved Text but with fillMaxSize and it's not useful for me. Because I want to use this picture as a button in a page and I have some buttons like this one in one page. So I want to have this Canvas with wrapcontent size.
So how can I create that?