Draw Vertical Line Flutter

Ammar Javed
Jan 26, 2023

--

Sometimes we need vertical and horizontal lines to have separate sections in our app.

We can draw a vertical line using the below code

VerticalDivider(
indent: 10,
thickness: 1,
width: 5,
color: Colors.yellow,
endIndent: 10,
),

In the above example, we set the color of the line to yellow, the width is 5, etc for drawing the vertical line.

--

--

Ammar Javed

I possess a unique combination of skills in web, desktop, and mobile apps. I am a strategic thinker and have problem-solving abilities. #FlutterDeveloper