TextFormField(
decoration: InputDecoration(
hintText: "Name",
hintStyle: TextStyle(color: Colors.white),
border: OutlineInputBorder(
borderSide: BorderSide(color: Colors.teal)
),
),
),
this make the whole text field I don't want that , only the bottom side