how to make a vertical line in flutter code example
Example: how to create a vertical line in flutter
VerticalDivider(color: Colors.black,
thickness: 2, width: 20,
indent: 200,
endIndent: 200,)
VerticalDivider(color: Colors.black,
thickness: 2, width: 20,
indent: 200,
endIndent: 200,)