flutter-polygon-clipper
flutter-polygon-clipper copied to clipboard
Border radius reduces the size of the polygon
When I add a borderRadius to a polygon, its size is reduced. I think it is a strange behavior since it should only smooth out the angles. As a quick fix, I have to add a Transform.scale widget.