Use ListView or wrap with SingleChildScrollView
alredy using ListView.builder horizontal but when using SingleChildScrollView this list goes invisible
You don't use both at the same time.. Anyway, I thing the individual containers are getting overflowed. Maybe you can use Text("", overflow: TextOverflow.clip)
Обсуждают сегодня