I\'m trying to make a design of a chat screen for an app that I\'m making. To make it scrollable I placed all the chat messages inside a listview. But everything I place inside
Add the scrollDirection attribute to your listView like this;
scrollDirection: Axis.horizontal