decoration: InputDecoration( contentPadding: EdgeInsets.symmetric(vertical: 0), // border: InputBorder.none, border: OutlineInputBorder(borderSide: BorderSide.none), hintStyle: TextStyle(fontSize: 25.sp, color: Color.fromRGBO(119, 119, 119, 1)), ),