SyntaxFix
Write A Post
Hire A Developer
Questions
Use Expanded to fit the listview in the column
Column( children: <Widget>[ Text('Data'), Expanded( child: ListView() ) ], )