Reputation: 139
how can I draw a round diagonal corners in flutter?
Upvotes: 1
Views: 602
Reputation: 3165
Have a look at using https://api.flutter.dev/flutter/painting/BorderRadius/BorderRadius.only.html in the box decoration of a container widget.
Upvotes: 1