小编do *_*uan的帖子

我们可以在 flutter 中设置 SpanText 可点击吗?


      RichText(
        text: TextSpan(
          text: 'NEW USER ?',
          style: TextStyle(color: Colors.grey),
          children: <TextSpan>[
            TextSpan(
              text: '  SIGN UP',
              style: TextStyle(color: Colors.blue),
            )
          ],
        ),
      ),
Run Code Online (Sandbox Code Playgroud)

在这里,我想在点击“注册”时做一些事情。

flutter

2
推荐指数
1
解决办法
1649
查看次数

标签 统计

flutter ×1