【发布时间】:2020-08-29 09:54:10
【问题描述】:
我已经尝试了here 发布的解决方案,但似乎都不起作用。
Container(
child: Center(
child: Text(
"Financial Formulas\n",
textAlign: TextAlign.center,
style: TextStyle(fontSize: 16),
),
),
color: Colors.blue,
width: 150,
height: 35,
),
【问题讨论】:
-
使用
Financial\nFormulas -
删除高度和 "\n" 两者
标签: user-interface flutter text widget alignment