Home > Back-end >  Create a Flutter TextFormField with two corners rounded and two straight cut corners
Create a Flutter TextFormField with two corners rounded and two straight cut corners

Time:10-02

Is is possible to create a TextFormField in Flutter with two rounded corners and then two corners that are cut straight like you can see in this image?

This can be done using the Material widget for regular shape creation as enter image description here

CodePudding user response:

As per your Image

  • Related