Search code examples
flutterflutter-layoutflutter-animation

How do i achieve this with custom clipper in flutter


I want to achieve the container form in flutter

I want to create a container like the one shown in the image above. I can add a background Image myself, I just want to know how to create that container


Solution

  • You can create custom paint designing to achieve this.