Home > Software engineering >  How do i achieve this with custom clipper in flutter
How do i achieve this with custom clipper in flutter

Time:10-28

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

CodePudding user response:

You can create custom paint designing to achieve this.

  • Related