listview builder flutter horizontal code example
Example: horizontal list flutter
ListView(
// This next line does the trick.
scrollDirection: Axis.horizontal,
children:.......
ListView(
// This next line does the trick.
scrollDirection: Axis.horizontal,
children:.......