I'm trying to create a Button in Flutter, that has an image in the background and Containers above, but i want the Container to have a individual shape. The image below is just an example. I want to make a couple of these buttons.
I figured, that I might want to use a Stack and a GestureDetector to achieve this, but how am I going to "reshape" the orange and grey Containers above the image?
I would really appreciate a hint on how to achieve this. Thank you in advange guys .


