Flutter modal bottom sheet 那个小黑东西

Flutter modal bottom sheet the little black thing

我的问题可能听起来有点离题,但如何制作这个东西?我不确定叫什么我很抱歉

它是一个小部件或小部件的组合。您可以使用下面的代码,然后将其定位在该点

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

这是我能想到的最快的解决方案。 或者,您可以使用 Row(),然后查找这样的线条图标并将其作为 child。当然将 crossAxis 设置为 center