Html – How to remove right and left Border of TextFormField Flutter/Dart?
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. enter image description here I have tried this :BorderRadius.only( topLeft: Radius.circular(4),…