码迷,mamicode.com
首页 > 其他好文 > 详细

flutter中富文本

时间:2020-03-30 16:13:41      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:color   fonts   styles   ext   style   text   tst   登录   -bash   

RichText(
                            text: TextSpan(
                                  text: "登录代表同意",
                                  style: TextStyle(
                                      color: Styles.rgb_color_666,
                                      fontSize: Styles.textsize_13),
                                  children: [
                                    TextSpan(
                                        text: "《***用户协议》",
                                        style: TextStyle(
                                          color: Styles.rgb_color_FFF36E22,
                                          fontSize: Styles.textsize_13,
                                        ),
                                        recognizer: TapGestureRecognizer()
                                          ..onTap = () {}),
                                    TextSpan(
                                        text: "和 ",
                                        style: TextStyle(
                                            color: Styles.rgb_color_666,
                                            fontSize: Styles.textsize_13)),
                                    TextSpan(
                                        text: "《隐私政策》",
                                        style: TextStyle(
                                            color: Styles.rgb_color_FFF36E22,
                                            fontSize: Styles.textsize_13),
                                        recognizer: TapGestureRecognizer()
                                          ..onTap = () {}),
                                  ]),
                            )

flutter中富文本

标签:color   fonts   styles   ext   style   text   tst   登录   -bash   

原文地址:https://www.cnblogs.com/sundaysme/p/12598990.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!