Need to remove only right border of 1st TextField and only left border for 2nd TextField its overlaped.
Can’t remove whole border due to validation as its required field.
I have tried this :BorderRadius.only( topLeft: Radius.circular(4), bottomLeft: Radius.circular(4), bottomRight: Radius.zero, topRight: Radius.zero,) but its overlapping the border at one point.
2
Answers
Try below code with container to achieve this
Please use this code: