Flutter – Add curve to container
I want to design this type of widget in flutter, I tried it with Clipper class but not getting proper output. I tried with this code, class ArcClipper extends CustomClipper<Path> { @override Path getClip(Size size) { final path = Path();…