aoyilmaz
aoyilmaz

Reputation: 139

how can I draw a round diagonal corners in flutter?

how can I draw a round diagonal corners in flutter?

enter image description here

Upvotes: 1

Views: 602

Answers (1)

GrahamD
GrahamD

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

Related Questions