Flutter – How to draw triangle with rounded corner
I need to create a triangle with rounded corners like this. How can I implement this? I've tried searching for related answers, but only found implementations without rounded corners. Is there any way to implement a similar triangle without using…