skip to Main Content

how to add a arrow shape in flutter screen

I have a list view with 9 items , and each item has a same dark blue picture in their left ListView.builder( itemCount: 9, itemBuilder: (BuildContext context, int index) { return Padding( padding: const EdgeInsets.symmetric(horizontal: 8.0, vertical: 8.0), child: Row(…

VIEW QUESTION
Back To Top
Search