xxxxxxxxxx
Container(
width: 1, // Adjust the width according to your requirement
height: 100, // Adjust the height according to your requirement
color: Colors.black,
)
xxxxxxxxxx
VerticalDivider(color: Colors.black,
thickness: 2, width: 20,
indent: 200,
endIndent: 200,)