Home > OS >  Draw widget in Flutter
Draw widget in Flutter

Time:09-15

I want to draw the widget like this:

my_image

For detail, I will use coordinates. The angle (0, 0), (0, 1) and (1, 1) is easy, the cross line from (0,6, 0) to (1, 1) is easy too, but the border in (0,6, 0) is so hard for me. Any ideal to draw this border?

CodePudding user response:

Here is your Container and Clip Code... and also use enter image description here

  • Related