Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题可能听起来有点不对劲,但如何制作这个东西?我不知道什么叫对不起
它是一个小部件或小部件的组合。您可以使用下面的代码,然后将其定位在该点
SizedBox( width 40, child: Divider(height: 3, thickness: 3,color: Colors.grey), ),
这是我能想到的最快的解决方案。或者,您可以使用Row()然后查找这样的线条图标并将其作为子图标。当然将crossAxis设置为中心