skip to Main Content

Flutter: vertical line in listview

I would like to know how to draw vertical line in side of listview items in flutter like it shows in image below Here is sample of listview: ListView( padding: const EdgeInsets.all(8), children: <Widget>[ Container( height: 50, color: Colors.amber[600], child:…

VIEW QUESTION
Back To Top
Search