无限行数
new TextField(..., maxLines: null)
或有限的行数
new TextField(..., maxLines: 3)
这样当内容超过输入字段的高度时它开始滚动
https://docs.flutter.io/flutter/material/TextField/maxLines.html