翩翩起舞 我怎么能连续异化一个图标呢?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了翩翩起舞 我怎么能连续异化一个图标呢?相关的知识,希望对你有一定的参考价值。

我的当前屏幕,

我怎么想它锁定像这样的手动制作

如何让左边边框旁边的那行图标排成一排?

我的代码是

Container(
        width: MediaQuery.of(context).size.width,
        height: MediaQuery.of(context).size.height / 13,
        alignment: AlignmentDirectional.centerStart,
        child: Row(
          children: <Widget>[
            SizedBox(width: 25.0),
            Text(
              "hello world"
            ),
            SizedBox(width: getWidth() * 185.0),
            Align(
              alignment: Alignment.centerLeft,
              child: Icon(
                Icons.check,
                size: 20,
                color: Colors.grey,
              ),
            ),
          ],
        ),
      ),
答案

试试这样包装你的 Text 小部件 Expanded() 小部件

Container(
          width: MediaQuery.of(context).size.width,
          height: MediaQuery.of(context).size.height / 13,
          alignment: AlignmentDirectional.centerStart,
          child: Row(
            children: <Widget>[
              SizedBox(width: 25.0),
              Expanded(
                child: Text(
                    "hello world"
                ),
              ),
              SizedBox(width: 20),
              Align(
                alignment: Alignment.centerLeft,
                child: Icon(
                  Icons.check,
                  size: 20,
                  color: Colors.grey,
                ),
              ),
              SizedBox(width: 20),
            ],
          ),
        )

输出

enter image description here

以上是关于翩翩起舞 我怎么能连续异化一个图标呢?的主要内容,如果未能解决你的问题,请参考以下文章

怎么查看手机网站页面源码

跨云协作,看OpenStack起舞

唯美的动画短片-翩翩起舞 Flutterby

我电脑上的文件图标不显示是怎么回事呢?

如何为你的网站添加标志性的图标(头像)呢?

华强北“挖矿”,大厦也能起舞