Search code examples
fluttermobiledrawingshapes

how can I draw a round diagonal corners in flutter?


how can I draw a round diagonal corners in flutter?

enter image description here


Solution

  • Have a look at using https://api.flutter.dev/flutter/painting/BorderRadius/BorderRadius.only.html in the box decoration of a container widget.