How do I center text vertically and horizontally in Flutter?

后端 未结 8 1323
不思量自难忘°
不思量自难忘° 2020-12-13 05:34

I\'d like to know how to center the contents of a Text widget vertically and horizontally in Flutter. I only know how to center the widget itself using Center(child: T

8条回答
  •  暖寄归人
    2020-12-13 05:58

    If you are a intellij IDE user, you can use shortcut key Alt+Enter and then choose Wrap with Center and then add textAlign: TextAlign.center

提交回复
热议问题