📜  如何在颤动中创建一条垂直线 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:14.293000             🧑  作者: Mango

代码示例1
VerticalDivider(color: Colors.black,
          thickness: 2, width: 20,
          indent: 200,
          endIndent: 200,)