horizontal listview builder flutter 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:.......