In flutter, is there an option to draw a vertical line between components as in the image.
Try to wrap it inside the Container with some height as
Container
Container(height: 80, child: VerticalDivider(color: Colors.red)),