I want to achieve a curved container like this. I tried with cliprrect but couldn't really achieve that shape. I found CustomPaint and looked into it, but not really understand how to use it or how to begin to draw that shape.
Asked
Active
Viewed 30 times
0
-
Literally same question asked here; https://stackoverflow.com/questions/56170150/how-to-achieve-a-custom-shaped-container-in-flutter – Timur Turbil Apr 09 '22 at 23:04
-
How is it the same question? I want to paint a completely different shape than that. – basedmann Apr 09 '22 at 23:10
-
We can't give you exactly same solution you want, you need to learn how to draw shapes, then you can do anything you want – Timur Turbil Apr 09 '22 at 23:13
-
Please provide enough code so others can better understand or reproduce the problem. – Community Apr 10 '22 at 07:28