简体   繁体   English

"Flutter modal 底片小黑东西"

[英]Flutter modal bottom sheet the little black thing

my question might sound a bit off but how to make this thing ?我的问题可能听起来有点不对劲,但如何制作这个东西? i'am not sure what is called i'm sorry我不知道什么叫对不起在此处输入图像描述<\/a>

"

It is a widget or combination of widgets.它是一个小部件或小部件的组合。 You can use the code below and then position it at that point您可以使用下面的代码,然后将其定位在该点

SizedBox(
width 40,
child: Divider(height: 3, thickness: 3,color: Colors.grey),
),

That is the quickest solution I could come up with.这是我能想到的最快的解决方案。 Alternatively you can use a Row() then look for such a line icon and have it as the child.或者,您可以使用Row()然后查找这样的线条图标并将其作为子图标。 Of course setting the crossAxis to center当然将crossAxis设置为中心

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM