Custom Shape in flutter Like OvalShape
I'm working on a Flutter project and I need to create a custom shape that looks like the one shown below: I've attempted to use CustomShapeClipper, but I couldn't quite achieve the exact shape I need. I've heard about the…