flutter-TextField垂直居中

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)),
              ),
 
原文地址:https://www.cnblogs.com/mingv/p/14512081.html