0

enter image description here

How to create this shape in flutter?

I tried custom paint but didn't achieve this result

Anas Ayub
  • 13
  • 1
  • 4
  • short answer: you can't do it with `Container`, custom shapes like this can be achieved using the `CustomPainter` widget. – Gwhyyy Jan 21 '23 at 12:28
  • @Gwhyyy yes, you can do it with `Container` - check [ShapeDecoration](https://api.flutter.dev/flutter/painting/ShapeDecoration-class.html) class that you can pass to `decoration: ...` – pskink Jan 21 '23 at 13:06
  • You right, I totally missed it, thank you – Gwhyyy Jan 21 '23 at 19:07

0 Answers0