小编Muk*_*kha的帖子

如何在 Flutter 中将文本大写

我试图找到如何在 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,
      ),
    )),
Run Code Online (Sandbox Code Playgroud)

text flutter

10
推荐指数
2
解决办法
3万
查看次数

标签 统计

flutter ×1

text ×1