【发布时间】:2020-12-24 20:19:43
【问题描述】:
我试图找到如何在 Flutter 中将文本大写,但找不到。
我的代码:
Center(
heightFactor: 2,
child: Text(
'Strengthening the bond of owners and pets, more than ever...',
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 20.0,
fontStyle: FontStyle.italic,
fontWeight: FontWeight.bold,
color: Colors.cyanAccent[700],
wordSpacing: 8,
),
)),
【问题讨论】: