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)),
              ),

 

 
posted @ 2021-03-10 15:35  mingV2020  阅读(948)  评论(0编辑  收藏  举报